mirror of
https://github.com/Readarr/Readarr
synced 2026-01-05 23:26:12 +01:00
Add skip ci to API docs update commit
This commit is contained in:
parent
4e493b74e6
commit
818d3a94d5
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue