Skip to content

Commit 350e04d

Browse files
authored
Add git fetch (#132)
1 parent fbd409d commit 350e04d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/rocm-nightly-upstream-sync.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3030
- name: Create branch
3131
run: |
32+
git fetch
3233
git checkout origin/main
3334
git checkout -b $SYNC_BRANCH_NAME
3435
git push origin HEAD

0 commit comments

Comments
 (0)