Skip to content

Commit

Permalink
Change test action yaml to reset correctly.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ottermandias committed Jun 11, 2022
1 parent 28b7bf9 commit 7fea8d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ jobs:
git config --global user.name "Actions User"
git config --global user.email "[email protected]"
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 commit -m "[CI] Updating repo.json for ${{ github.ref }}" || true
git push origin test || true
git push origin test -f || true

0 comments on commit 7fea8d3

Please sign in to comment.