Maybe GitHub actions doesn't like the variable substitution
This commit is contained in:
parent
130e348b0f
commit
0b4f32a324
|
|
@ -162,7 +162,7 @@ jobs:
|
|||
uses: actions-rs/clippy-check@v1.0.7
|
||||
with:
|
||||
# GitHub displays the clippy job and its results as separate entries
|
||||
name: ${{ jobs.clippy.name }} Results
|
||||
name: Clippy (stable) Results
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
args: --all-features --all-targets -- -D warnings
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue