Skip to content

Commit 6f68fd8

Browse files
committed
test
1 parent b6fe906 commit 6f68fd8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/clippy_dev.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,10 @@ jobs:
2626
echo ${{ github.event.pull_request.GITHUB_REF }}
2727
echo ${{ github.event.push }}
2828
echo ${{ github.event.pull_request }}
29-
echo ${{ github.event_path }}
29+
cat ${{ github.event_path }}
3030
echo ${{ github.push }}
3131
echo ${{ github.pull_request }}
32+
echo ${{ env.GITHUB_REF }}
3233
- name: rust-toolchain
3334
uses: actions-rs/[email protected]
3435
with:

0 commit comments

Comments
 (0)