Skip to content

Commit

Permalink
Update test_release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MeowZWR committed Sep 22, 2024
1 parent 1a89af0 commit 9121429
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,9 @@ jobs:
run: |
git config --global user.name "Actions User"
git config --global user.email "[email protected]"
git fetch origin main
git branch -f main ${{ github.sha }}
git checkout main
git fetch origin cn
git branch -f cn ${{ github.sha }}
git checkout cn
git add repo.json
git commit -m "[CI] Updating repo.json for ${{ github.ref_name }}" || true
git push origin main
git push origin cn

0 comments on commit 9121429

Please sign in to comment.