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