Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
plietar committed May 15, 2024
1 parent 259f770 commit 0397412
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/touchstone-receive.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ jobs:
config: ${{ steps.read_touchstone_config.outputs.config }}
steps:
- name: Echo github obj
run: echo ${{ toJson(github) }}
env:
GITHUB_CONTEXT: ${{ toJson(github) }}
run: echo "$GITHUB_CONTEXT"

- name: Checkout repo
uses: actions/checkout@v3
Expand Down

0 comments on commit 0397412

Please sign in to comment.