Fix sync assets paths

This commit is contained in:
Felipe Knorr Kuhn 2026-02-18 21:58:08 -08:00
parent c5a1a94145
commit 3f1884d251
No known key found for this signature in database
GPG Key ID: 79619B52BB097C1A
2 changed files with 2 additions and 2 deletions

View File

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

View File

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