Skip to content

Commit

Permalink
Add skip ci to API docs update commit
Browse files Browse the repository at this point in the history
  • Loading branch information
mynameisbogdan committed Jun 15, 2023
1 parent 4e493b7 commit 818d3a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -984,7 +984,7 @@ stages:
git status
if git status | grep modified
then
git commit -am 'Automated API Docs update'
git commit -am 'Automated API Docs update [skip ci]'
git push -f --set-upstream origin api-docs
curl -X POST -H "Authorization: token ${GITHUBTOKEN}" -H "Accept: application/vnd.github.v3+json" https://api.github.com/repos/readarr/readarr/pulls -d '{"head":"api-docs","base":"develop","title":"Update API docs"}'
else
Expand Down

0 comments on commit 818d3a9

Please sign in to comment.