We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c3feb81 + 39ed9ca commit 946d588Copy full SHA for 946d588
1 file changed
.github/workflows/chore.yml
@@ -23,7 +23,7 @@ jobs:
23
run: |
24
git config --global user.name "bot"
25
git config --global user.email "bot@colorifix.com"
26
- git fetch origin
+ git fetch
27
git checkout develop
28
git merge --no-ff origin/${{ github.event.pull_request.head.ref }} -m "Merge ${{ github.event.pull_request.head.ref }} into develop"
29
git push origin develop
0 commit comments