Skip to content

Commit

Permalink
Add CI step to dump github context
Browse files Browse the repository at this point in the history
Because I want to see how this look when merging with a rebase
  • Loading branch information
matthewhughes-uw committed Apr 4, 2024
1 parent 47ce8a2 commit afdfb26
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ jobs:
setup-go:
runs-on: ubuntu-latest
steps:
- name: Dump GitHub context
env:
GITHUB_CONTEXT: ${{ toJson(github) }}
run: echo "$GITHUB_CONTEXT"
- name: Checkout
uses: actions/checkout@v4
- name: Setup Go
Expand Down

0 comments on commit afdfb26

Please sign in to comment.