Skip to content

Commit

Permalink
blah
Browse files Browse the repository at this point in the history
  • Loading branch information
larf311 committed May 15, 2024
1 parent bdd4531 commit cdc08a9
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions .github/workflows/comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,7 @@ jobs:
echo:
runs-on: ubuntu-latest
steps:
- shell: bash
run: echo ${{ github.head_ref }}
- shell: bash
run: echo ${{ github.ref }}
- shell: bash
run: echo ${{ github.sha }}
- shell: bash
run: echo ${{ github.workflow_sha }}
- run: echo '${{ toJSON(github) }}'

- name: Dump GitHub context
env:
GITHUB_CONTEXT: ${{ toJson(github) }}
run: echo "$GITHUB_CONTEXT"

0 comments on commit cdc08a9

Please sign in to comment.