Skip to content

Commit

Permalink
event
Browse files Browse the repository at this point in the history
  • Loading branch information
fad3t authored Oct 1, 2024
1 parent cc4f90d commit 5f65d3f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,7 @@ jobs:
publish-first:
runs-on: ubuntu-latest
steps:
- run: echo "let's publish.."
- name: debug
env:
event: ${{ toJSON(github.event) }}
run: echo "${event}"

0 comments on commit 5f65d3f

Please sign in to comment.