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 toolchain: stable
override: true override: true
- uses: Swatinem/rust-cache@v1 - uses: Swatinem/rust-cache@v1
- id: Get random cache id - name: Get random cache id
run: echo "CACHE_ID=$((RANDOM))" >> $GITHUB_ENV run: echo "CACHE_ID=$((RANDOM))" >> $GITHUB_ENV
shell: bash shell: bash
- uses: pat-s/always-upload-cache@v2.1.3 - uses: pat-s/always-upload-cache@v2.1.3