mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-04 22:19:38 +00:00
Update mirror.yml
Add inatead of change upstream url
This commit is contained in:
parent
1791fb6122
commit
a836a5f310
2
.github/workflows/mirror.yml
vendored
2
.github/workflows/mirror.yml
vendored
@ -132,7 +132,7 @@ jobs:
|
|||||||
if: ${{ steps.fetchsvn.outputs.SVN_FETCH_STATUS == 'complete' }}
|
if: ${{ steps.fetchsvn.outputs.SVN_FETCH_STATUS == 'complete' }}
|
||||||
working-directory: ./src/fhem-mirror
|
working-directory: ./src/fhem-mirror
|
||||||
run: |
|
run: |
|
||||||
git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}
|
git remote add origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}
|
||||||
git fetch --unshallow || true
|
git fetch --unshallow || true
|
||||||
git push origin master --force --tags
|
git push origin master --force --tags
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user