Skip to content

Commit

Permalink
print context
Browse files Browse the repository at this point in the history
  • Loading branch information
yurii-glia committed Oct 18, 2023
1 parent 7e46ba0 commit 6addfee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/deployment-action/deployment-action.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const core = require('@actions/core');
const github = require('@actions/github');

try {
console.log(github.context.ref);
console.log(github.context);
} catch(error) {
core.setFailed(error.message);
}

0 comments on commit 6addfee

Please sign in to comment.