Skip to content
This repository has been archived by the owner on Nov 14, 2024. It is now read-only.

Commit

Permalink
Merge pull request #16 from murage-poc/master
Browse files Browse the repository at this point in the history
chore: dump git context
  • Loading branch information
Murage authored Oct 23, 2024
2 parents 811d253 + b980e08 commit 88a2967
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,10 @@ jobs:

- name: Get latest
run: |
echo "sha is $GITHUB_SHA and updated ref is $GITHUB_REF"
echo "sha is $GITHUB_SHA and updated ref is $GITHUB_REF with"
- name: Dump github context
env:
GITHUB_CONTEXT: ${{ toJson(github) }}
run: echo "$GITHUB_CONTEXT"

0 comments on commit 88a2967

Please sign in to comment.