Skip to content

Commit

Permalink
Fix status check context (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrey-hura authored Dec 13, 2024
1 parent 9a81c9b commit 7e5b241
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ func main() {
writeResult(*results, fields)
}
if strings.Contains(commands, "waitForStatus") {
verifyPluginParameters([]string{"PLUGIN_REF", "PLUGIN_STATUS_CONTEXT"})
verifyPluginParameters([]string{"PLUGIN_REF", "PLUGIN_STATUS_CHECK_CONTEXT"})
fields := waitForStatus(client, &ctx, repositoryName, repositoryOwner,
os.Getenv("PLUGIN_REF"),
os.Getenv("PLUGIN_STATUS_CHECK_CONTEXT"),
Expand Down

0 comments on commit 7e5b241

Please sign in to comment.