bakatui/.github/workflows/sync-to-origin.yml
PoliEcho 4d50c18b64
Some checks are pending
/ sync-to-origin (push) Waiting to run
Create sync-to-origin.yml
2024-12-01 17:00:14 +01:00

15 lines
411 B
YAML

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