We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7831066 commit a5ee6dcCopy full SHA for a5ee6dc
.github/workflows/rocm-nightly-upstream-sync.yml
@@ -29,7 +29,8 @@ jobs:
29
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
30
- name: Create branch
31
run: |
32
- git checkout -b $SYNC_BRANCH_NAME main
+ git checkout origin/main
33
+ git checkout -b $SYNC_BRANCH_NAME
34
git push origin HEAD
35
open-sync-pr:
36
needs: create-sync-branch
0 commit comments