Skip to content

Commit 0ff76f4

Browse files
committed
test
1 parent 7cd93cd commit 0ff76f4

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/clippy_dev.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,13 @@ jobs:
1919

2020
steps:
2121
- name: Debug
22-
run: echo ${{ github.event.push.GITHUB_SHA }}
22+
run: |
23+
echo ${{ github.event.push.GITHUB_SHA }}
24+
echo ${{ github.event.push.GITHUB_REF }}
25+
echo ${{ github.event.pull_request.GITHUB_SHA }}
26+
echo ${{ github.event.pull_request.GITHUB_REF }}
27+
echo ${{ github.event.push }}
28+
echo ${{ github.event.pull_request }}
2329
- name: rust-toolchain
2430
uses: actions-rs/[email protected]
2531
with:

0 commit comments

Comments
 (0)