Skip to content

Commit

Permalink
asdf
Browse files Browse the repository at this point in the history
  • Loading branch information
ianjennings authored Apr 12, 2024
1 parent c6e84b7 commit ff00abe
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 @@ -38,7 +38,7 @@ const github = require('@actions/github');
}

core.info(deployment.sha)
core.infi(deployment.url)
core.info(deployment.url)
core.info(deployment.ref);

core.info(`Status: ${deployment.environment} (#${deployment.id}) ${statuses[0].state}`);
Expand Down

0 comments on commit ff00abe

Please sign in to comment.