Skip to content

Commit

Permalink
fix(generate.yml): update git branch --set-upstream command to set up…
Browse files Browse the repository at this point in the history
…stream to origin correctly
  • Loading branch information
jandroav committed Mar 5, 2024
1 parent 0e0bdd8 commit 871a51b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Create feature branch
run: |
git checkout -b "feature/protobuf-${{ inputs.liquibase-version }}"
git branch --set-upstream-to=origin/feature/protobuf-${{ inputs.liquibase-version }}
git branch --set-upstream origin "feature/protobuf-${{ inputs.liquibase-version }}"
git pull
git push --set-upstream origin "feature/protobuf-${{ inputs.liquibase-version }}"
Expand Down

0 comments on commit 871a51b

Please sign in to comment.