We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26ca3ad commit 9fcac5eCopy full SHA for 9fcac5e
1 file changed
.github/workflows/sync.yml
@@ -39,7 +39,6 @@ jobs:
39
cd qmk_firmware
40
git config user.name "GitHub Action"
41
git config user.email "action@github.com"
42
- git rebase --abort
43
git add .
44
git commit -m "Sync files from keyboard/qmk" || echo "No changes to commit"
45
git pull --rebase origin feature/keyboard-firmware
0 commit comments