Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
ianjennings authored Apr 12, 2024
1 parent 7218334 commit 378f67b
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(JSON.stringify(Object.keys(deployment)));
core.info(deployment.sha, deployment.url, deployment.ref);

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 378f67b

Please sign in to comment.