Skip to content

Commit

Permalink
printing github context as json
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-raitz committed Apr 11, 2024
1 parent 848d898 commit 3fc2ac7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:

steps:
- name: get env
run: echo $GITHUB
run: echo "${{ toJson(github) }}"

build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 3fc2ac7

Please # to comment.