Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

Commit

Permalink
push to main_swagger (#254)
Browse files Browse the repository at this point in the history
needs to set the remote branch
  • Loading branch information
michaelneale authored Jan 12, 2023
1 parent 56ec92c commit ffa73c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/swagger-doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
git checkout -B main_swagger
git add .; \
git commit -m "gen OpenAPI Spec by github-actions"; \
git push
git push --set-upstream origin main_swagger
fi
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit ffa73c4

Please sign in to comment.