Skip to content

Commit

Permalink
fix: try hard resetting
Browse files Browse the repository at this point in the history
Signed-off-by: Harsh Khandeparkar <shadowwarriorpro3003@gmail.com>
  • Loading branch information
harshkhandeparkar authored Jan 5, 2024
1 parent 5b6154d commit ece0f5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/swagger_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
git config user.signingkey ~/.ssh/koss-service.pub
git checkout -b docs || git checkout docs
git pull -S origin docs
git merge -S 'origin/${{ github.ref_name }}'
git reset --hard 'origin/${{ github.ref_name }}'
- name: Generate swagger.yaml and exit if no changes
run: |
Expand Down

0 comments on commit ece0f5e

Please sign in to comment.