Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v committed Feb 2, 2024
1 parent 45f0ed8 commit 28f8f6b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/bench-diff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ jobs:
permissions:
checks: write
steps:
- name: Debug event types
run: |
echo "${{ github.event_name != 'pull_request' && github.sha || github.event.pull_request.head.sha }}"
echo "github.sha=${{ github.sha }}"
echo "github.event.pull_request.head.sha=${{ github.event.pull_request.head.sha }}"
- uses: actions/checkout@v4
with:
fetch-depth: 0
Expand Down

0 comments on commit 28f8f6b

Please sign in to comment.