From f734e1aa767897e2c0623828879b5c9d9f441b4e Mon Sep 17 00:00:00 2001 From: Tom Parker-Shemilt Date: Wed, 5 May 2021 23:14:25 +0100 Subject: [PATCH] id -> name --- .github/workflows/rust.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index b8ea5d1..f5c9e31 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -21,7 +21,7 @@ jobs: toolchain: stable override: true - uses: Swatinem/rust-cache@v1 - - id: Get random cache id + - name: Get random cache id run: echo "CACHE_ID=$((RANDOM))" >> $GITHUB_ENV shell: bash - uses: pat-s/always-upload-cache@v2.1.3