[CHORE] Adjust Actions
This commit is contained in:
parent
181c35fac5
commit
f3acd807bf
1 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@ runs:
|
||||||
- name: Checkout Repository
|
- name: Checkout Repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
path: ${{ forgejo.workspace }}/repo
|
path: repo
|
||||||
# Load Backup Envars
|
# Load Backup Envars
|
||||||
- name: Setup Backup Envars
|
- name: Setup Backup Envars
|
||||||
uses: https://forgejo.dunemask.dev/elysium/elysium-actions@infisical-env
|
uses: https://forgejo.dunemask.dev/elysium/elysium-actions@infisical-env
|
||||||
|
@ -41,6 +41,6 @@ runs:
|
||||||
ACCESS_KEY_ID: ${{ env.BACKUP_S3_KEY_ID }}
|
ACCESS_KEY_ID: ${{ env.BACKUP_S3_KEY_ID }}
|
||||||
SECRET_ACCESS_KEY: ${{ env.BACKUP_S3_KEY }}
|
SECRET_ACCESS_KEY: ${{ env.BACKUP_S3_KEY }}
|
||||||
MIRROR_TARGET: ${{ inputs.s3-backup-path }}
|
MIRROR_TARGET: ${{ inputs.s3-backup-path }}
|
||||||
MIRROR_SOURCE: ${{ forgejo.workspace }}/repo
|
MIRROR_SOURCE: repo
|
||||||
with:
|
with:
|
||||||
args: --overwrite --remove
|
args: --overwrite --remove
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue