id -> name

This commit is contained in:
Tom Parker-Shemilt 2021-05-05 23:14:25 +01:00
parent 3e00c49471
commit f734e1aa76

View File

@ -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