You've already forked Borgbackup-Schedule
2
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user