Fix sync assets paths
This commit is contained in:
parent
c5a1a94145
commit
3f1884d251
@ -30,7 +30,7 @@ runs:
|
||||
steps:
|
||||
- name: Compute asset cache key from remote SHAs
|
||||
id: asset-hash
|
||||
uses: ./.github/actions/compute-asset-hash
|
||||
uses: mempool/.github/actions/compute-asset-hash@master
|
||||
with:
|
||||
github-token: ${{ inputs.github-token }}
|
||||
cache-version: ${{ inputs.cache-version }}
|
||||
|
||||
@ -27,7 +27,7 @@ runs:
|
||||
steps:
|
||||
- name: Compute asset cache key from remote SHAs
|
||||
id: asset-hash
|
||||
uses: ./.github/actions/compute-asset-hash
|
||||
uses: mempool/.github/actions/compute-asset-hash@master
|
||||
with:
|
||||
github-token: ${{ inputs.github-token }}
|
||||
cache-version: ${{ inputs.cache-version }}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user