2
Borgbackup Schedule / Borgbackup Schedule (amd64, bookworm trixie noble, main, cicd.any) (push) Successful in 12s
Borgbackup Schedule / Borgbackup Schedule (arm64, bookworm trixie noble, main, cicd.any) (push) Successful in 11s

This commit is contained in:
Cantibra
2026-05-22 00:13:47 +02:00
parent 6373818293
commit 90fb8d1da9
+2 -2
View File
@@ -47,10 +47,10 @@ jobs:
run: | run: |
/usr/bin/echo '${{ secrets.REPOSITORY_SSH_PRIVATE_KEY }}' > './id_ed25519' /usr/bin/echo '${{ secrets.REPOSITORY_SSH_PRIVATE_KEY }}' > './id_ed25519'
/usr/bin/chmod --quiet '0400' './id_ed25519' /usr/bin/chmod --quiet '0400' './id_ed25519'
/usr/bin/echo "REPOSITORY_CODENAME='${{ matrix.component }}'" > './borgbackup-schedule_${{ steps.environment.outputs.version }}_${{ matrix.architecture }}.cfg' /usr/bin/echo "REPOSITORY_CODENAME='${{ matrix.codename }}'" > './borgbackup-schedule_${{ steps.environment.outputs.version }}_${{ matrix.architecture }}.cfg'
/usr/bin/echo "Set Configuration 'REPOSITORY_CODENAME' to '$${{ matrix.codename }}'" /usr/bin/echo "Set Configuration 'REPOSITORY_CODENAME' to '$${{ matrix.codename }}'"
/usr/bin/echo "REPOSITORY_COMPONENT='${{ matrix.component }}'" >> './borgbackup-schedule_${{ steps.environment.outputs.version }}_${{ matrix.architecture }}.cfg' /usr/bin/echo "REPOSITORY_COMPONENT='${{ matrix.component }}'" >> './borgbackup-schedule_${{ steps.environment.outputs.version }}_${{ matrix.architecture }}.cfg'
/usr/bin/echo "Set Configuration 'REPOSITORY_COMPONENT' to '${{ matrix.codename }}'" /usr/bin/echo "Set Configuration 'REPOSITORY_COMPONENT' to '${{ matrix.component }}'"
- name: Release Debian Package [PrivLab Repository] - name: Release Debian Package [PrivLab Repository]
uses: https://gitea.com/actions/gitea-release-action@v1 uses: https://gitea.com/actions/gitea-release-action@v1
with: with: