From 0b4f32a3240f7c2b0f32d5aec278820524938cd1 Mon Sep 17 00:00:00 2001 From: teor Date: Tue, 15 Jun 2021 09:40:33 +1000 Subject: [PATCH] Maybe GitHub actions doesn't like the variable substitution --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c61baece..75796f7e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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