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