Skip to content

Commit

Permalink
ci(api): use origin/master
Browse files Browse the repository at this point in the history
  • Loading branch information
roggervalf committed Jul 6, 2023
1 parent 967d366 commit c04de32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ jobs:
run: |
git config --global user.email "manast@taskforce.sh"
git config --global user.name "manast"
git merge master --no-commit
git merge origin/master --no-commit
yarn pretest
yarn docs:json
git add .
git commit -m "chore(api): update documentation" --no-verify
git push origin docs-api
git push origin/docs-api
yarn docs:merge
env:
CI: true
Expand Down

0 comments on commit c04de32

Please sign in to comment.