Add git fetch (#132)

This commit is contained in:
charleshofer 2024-11-06 16:38:11 -06:00 committed by GitHub
parent fbd409db5e
commit 350e04d89a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -29,6 +29,7 @@ jobs:
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Create branch
run: |
git fetch
git checkout origin/main
git checkout -b $SYNC_BRANCH_NAME
git push origin HEAD