Skip to content

Commit

Permalink
show all
Browse files Browse the repository at this point in the history
  • Loading branch information
ianjennings authored Apr 12, 2024
1 parent 69d75f2 commit 651d30a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ const github = require('@actions/github');
repo,
deployment_id: deployment.id
});
// Ignore deployments without statuses
if (statuses.length < 1) {
continue;
}
// // Ignore deployments without statuses
// if (statuses.length < 1) {
// continue;
// }

core.info(`Status: ${deployment.environment} (#${deployment.id}) ${statuses[0].state}`);
// The list of statuses is sorted on last to first.
Expand Down

0 comments on commit 651d30a

Please sign in to comment.