Skip to content

Commit

Permalink
Change CI commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
mahalrs committed Jun 11, 2021
1 parent 290c4eb commit abd6b35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate-api-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
git config --local user.name "github-actions[bot]"
git config --local user.email "<>"
git status
git commit -m "CI: Generate api docs" || true | exit 0
git commit -m "CI: Update api docs" || true | exit 0
- name: Push changes
if: github.ref == 'refs/heads/main'
run: git push origin main

0 comments on commit abd6b35

Please sign in to comment.