1
1
Fork 0
This commit is contained in:
jpk 2024-01-10 11:25:46 +01:00
parent 96225f2ff1
commit 495f2316b7
1 changed files with 3 additions and 2 deletions

View File

@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
container:
image: git.goatpr0n.de/jpk/d4armorystash:0.3.1
credetials:
credentials:
username: ${{ gitea.actor }}
password: ${{ secrets.PACKAGES_TOKEN }}
steps:
@ -36,4 +36,5 @@ jobs:
run: |
git config --global user.name "${{ gitea.actor }}"
git config --global user.email "noreply@localhost.local"
git pull && git push
#git config pull.rebase true
git push