small change
This commit is contained in:
@ -17,7 +17,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
patterns: Cargo.toml
|
patterns: Cargo.toml
|
||||||
- name: Echo hash
|
- name: Echo hash
|
||||||
run: echo ${{ steps.get-hash.outputs.hash }}
|
run: echo "hash is ${{ steps.get-hash.outputs.hash }}"
|
||||||
- name: cache go
|
- name: cache go
|
||||||
id: cache-go
|
id: cache-go
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v3
|
||||||
|
|||||||
Reference in New Issue
Block a user