diff options
author | arf20 <35542215+arf20@users.noreply.github.com> | 2024-01-23 23:56:53 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-23 23:56:53 +0100 |
commit | 736892cb2887b1bf86759632ddeeb89532f8c49f (patch) | |
tree | e70c25d4ed6f565f4405737123ac27155b5fe931 /.github/workflows | |
parent | ec6e91c066eb3afc9027c304c8d568156dc88a54 (diff) | |
download | arfnet2-web-736892cb2887b1bf86759632ddeeb89532f8c49f.tar.gz arfnet2-web-736892cb2887b1bf86759632ddeeb89532f8c49f.zip |
Force push
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/mirror.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/mirror.yml b/.github/workflows/mirror.yml index 0c82676..d0ff24c 100644 --- a/.github/workflows/mirror.yml +++ b/.github/workflows/mirror.yml @@ -10,4 +10,4 @@ jobs: uses: actions/checkout@v4 - name: Push to remote repo - run: git push -u https://${{secrets.MIRROR_USER}}:${{secrets.MIRROR_PASSWORD}}@git.arf20.com/arfnet2-web master + run: git push -u https://${{secrets.MIRROR_USER}}:${{secrets.MIRROR_PASSWORD}}@git.arf20.com/arfnet2-web master --force |