This commit is contained in:
parent
83c8f8a324
commit
4d50c18b64
14
.github/workflows/sync-to-origin.yml
vendored
Normal file
14
.github/workflows/sync-to-origin.yml
vendored
Normal 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
|
Loading…
x
Reference in New Issue
Block a user