Skip to content

Commit

Permalink
asdfasd
Browse files Browse the repository at this point in the history
  • Loading branch information
ianjennings authored Apr 12, 2024
1 parent 378f67b commit c6e84b7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@ const github = require('@actions/github');
continue;
}

core.info(deployment.sha, deployment.url, deployment.ref);
core.info(deployment.sha)
core.infi(deployment.url)
core.info(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 c6e84b7

Please sign in to comment.