mirror of
https://github.com/Prowlarr/Prowlarr
synced 2026-04-14 00:40:49 +02:00
Add skip ci to API docs update commit
This commit is contained in:
parent
75ff2f41d3
commit
0c9eae244a
1 changed files with 1 additions and 1 deletions
|
|
@ -1003,7 +1003,7 @@ stages:
|
|||
git add .
|
||||
if git status | grep -q 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/prowlarr/prowlarr/pulls -d '{"head":"api-docs","base":"develop","title":"Update API docs"}'
|
||||
else
|
||||
|
|
|
|||
Loading…
Reference in a new issue