Skip to content

Commit

Permalink
🩺 to see what is context
Browse files Browse the repository at this point in the history
  • Loading branch information
noracami committed Aug 27, 2024
1 parent dee74bb commit 64bcde0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push-change-to-discord-webhook-url.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
# github-token: ${{ secrets.GITHUB_TOKEN }}
script: |
const context = github.context;
# const context = github.context;
# print the context's methods
console.log(Object.keys(context));
const message = github.context.payload.head_commit.message;
Expand Down

0 comments on commit 64bcde0

Please sign in to comment.