mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-12 18:27:24 +01:00
Change test action yaml to reset correctly.
This commit is contained in:
parent
28b7bf91bc
commit
7fea8d3854
1 changed files with 2 additions and 2 deletions
4
.github/workflows/test_release.yml
vendored
4
.github/workflows/test_release.yml
vendored
|
|
@ -77,8 +77,8 @@ jobs:
|
||||||
git config --global user.name "Actions User"
|
git config --global user.name "Actions User"
|
||||||
git config --global user.email "actions@github.com"
|
git config --global user.email "actions@github.com"
|
||||||
|
|
||||||
git fetch origin master && git fetch origin test && git checkout test && git reset --hard master
|
git fetch origin master && git fetch origin test && git branch -f test origin/master && git checkout test
|
||||||
git add repo.json
|
git add repo.json
|
||||||
git commit -m "[CI] Updating repo.json for ${{ github.ref }}" || true
|
git commit -m "[CI] Updating repo.json for ${{ github.ref }}" || true
|
||||||
|
|
||||||
git push origin test || true
|
git push origin test -f || true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue