Skip to content

Commit

Permalink
bug
Browse files Browse the repository at this point in the history
  • Loading branch information
ianjennings authored Apr 12, 2024
1 parent 651d30a commit 05c10ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const github = require('@actions/github');
// continue;
// }

core.info(`Status: ${deployment.environment} (#${deployment.id}) ${statuses[0].state}`);
// core.info(`Status: ${deployment.environment} (#${deployment.id}) ${statuses[0].state}`);
// The list of statuses is sorted on last to first.
// If it is not queued, this deployment has already been handled.
seenEnvironments[deployment.environment] = true;
Expand Down

0 comments on commit 05c10ee

Please sign in to comment.