Skip to content

Commit

Permalink
Echo all github.event
Browse files Browse the repository at this point in the history
  • Loading branch information
SaqlainSentry authored Jun 5, 2024
1 parent 6faa24d commit 726a275
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sanity-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
name: Performs sanity test on MetricsHub archive on Debian
steps:
- name: print debug
run: echo ${{ github.event.workflow_run.id }}
run: echo ${{ github.event }}
- name: Download artifacts
uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit 726a275

Please sign in to comment.