mirror of
https://code.forgejo.org/actions/forgejo-release.git
synced 2026-02-04 06:48:09 +00:00
Use location cache action instead of the action from data.forgejo.org
This commit is contained in:
parent
cda3ae330b
commit
1f8908150a
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ runs:
|
||||||
using: "composite"
|
using: "composite"
|
||||||
steps:
|
steps:
|
||||||
- if: ${{ inputs.release-notes-assistant }}
|
- if: ${{ inputs.release-notes-assistant }}
|
||||||
uses: https://data.forgejo.org/actions/cache@v4
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
key: rna-${{ inputs.repo }}
|
key: rna-${{ inputs.repo }}
|
||||||
path: ${{ forge.action_path }}/rna
|
path: ${{ forge.action_path }}/rna
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue