Skip to content

Commit 946d588

Browse files
committed
Merge remote-tracking branch 'origin/docs/publish_docs' into develop
2 parents c3feb81 + 39ed9ca commit 946d588

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/chore.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: |
2424
git config --global user.name "bot"
2525
git config --global user.email "bot@colorifix.com"
26-
git fetch origin
26+
git fetch
2727
git checkout develop
2828
git merge --no-ff origin/${{ github.event.pull_request.head.ref }} -m "Merge ${{ github.event.pull_request.head.ref }} into develop"
2929
git push origin develop

0 commit comments

Comments
 (0)