Skip to content

Commit

Permalink
ISSUE-337: force push
Browse files Browse the repository at this point in the history
  • Loading branch information
tatevikg1 committed Dec 15, 2024
1 parent 7502393 commit eedf1d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/restapi-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,9 @@ jobs:
- name: Commit and Deploy Updates
if: env.DEPLOY == 'true'
run: |
mv docs/latest-restapi.json docs/restapi.json
mv docs/openapi.json docs/restapi.json
git config user.name "github-actions"
git config user.email "[email protected]"
git add docs/restapi.json
git commit -m "Update REST API documentation `date`"
git push
git push origin main --force

0 comments on commit eedf1d7

Please sign in to comment.