Skip to content

Commit 9442bf3

Browse files
authored
Update sync-main.yml
1 parent 0d40476 commit 9442bf3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/sync-main.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Sync Main
1+
name: Sync Main
22

33
on:
44
push:
@@ -47,7 +47,8 @@ jobs:
4747
echo "::group::Checkout and merge"
4848
set -x
4949
git fetch origin sync-main-pr || true
50-
git checkout -B sync-main-pr origin/main
50+
git checkout -B sync-main-pr origin/sync-main-pr
51+
git pull origin main
5152
git merge codeql-cli/latest
5253
set +x
5354
echo "::endgroup::"

0 commit comments

Comments
 (0)