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 3517ff8 commit 6f34d2bCopy full SHA for 6f34d2b
.github/workflows/ci.yml
@@ -42,7 +42,7 @@ jobs:
42
token: ${{ secrets.CI_READ }}
43
submodules: recursive
44
- uses: actions/checkout@v3
45
- if: "${{ secrets.CI_READ }} == null "
+ if: "${{ secrets.CI_READ }} == ''"
46
with:
47
48
- uses: ./.github/workflows/actions/rust-toolchain
0 commit comments