Skip to content

Commit

Permalink
[skip ci] Reset coding repo before git push
Browse files Browse the repository at this point in the history
  • Loading branch information
shatyuka committed Jan 1, 2025
1 parent c843927 commit 556e8dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/sync-to-coding.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,5 @@ jobs:
run: |
git remote add coding [email protected]:ohly/collapse/ReleaseRepo.git
git filter-branch -- --all
curl -X POST -u ${{ secrets.CODING_AUTH_NAME }}:${{ secrets.CODING_AUTH_TOKEN }} https://ohly.coding.net/api/user/ohly/project/collapse/depot/ReleaseRepo/reset
git push coding main --force

0 comments on commit 556e8dc

Please sign in to comment.