Create sync-to-origin.yml
/ sync-to-origin (push) Waiting to run

This commit is contained in:
PoliEcho
2024-12-01 17:00:14 +01:00
committed by GitHub
parent 83c8f8a324
commit 4d50c18b64
+14
View File
@@ -0,0 +1,14 @@
on: [push]
jobs:
sync-to-origin:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: yesolutions/mirror-action@master
with:
REMOTE: 'https://git.pupes.org/PoliEcho/bakatui.git'
GIT_USERNAME: api-user
GIT_PASSWORD: ${{ secrets.APIUSERKEY }}
GIT_PUSH_ARGS: --tags --prune