We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6fe906 commit 6f68fd8Copy full SHA for 6f68fd8
.github/workflows/clippy_dev.yml
@@ -26,9 +26,10 @@ jobs:
26
echo ${{ github.event.pull_request.GITHUB_REF }}
27
echo ${{ github.event.push }}
28
echo ${{ github.event.pull_request }}
29
- echo ${{ github.event_path }}
+ cat ${{ github.event_path }}
30
echo ${{ github.push }}
31
echo ${{ github.pull_request }}
32
+ echo ${{ env.GITHUB_REF }}
33
- name: rust-toolchain
34
uses: actions-rs/toolchain@v1.0.3
35
with:
0 commit comments