Skip to content

Commit 0db67f5

Browse files
Fix backmerge workflow dirty checkout regression
1 parent 7b4b2d1 commit 0db67f5

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/backmerge-main-to-dev.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ jobs:
3030
3131
- name: Sync main into dev
3232
run: |
33-
chmod +x scripts/sync_main_to_dev.sh
3433
bash scripts/sync_main_to_dev.sh
3534
3635
- name: Push dev when updated
@@ -43,4 +42,3 @@ jobs:
4342
exit 0
4443
fi
4544
git push origin dev
46-

0 commit comments

Comments
 (0)