Skip to content

Commit

Permalink
fix(generate.yml): update git branch command to use --set-upstream-to…
Browse files Browse the repository at this point in the history
… flag for better clarity and consistency
  • Loading branch information
jandroav committed Mar 5, 2024
1 parent 871a51b commit 3bfeabb
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 origin "feature/protobuf-${{ inputs.liquibase-version }}"
git branch --set-upstream-to=feature/protobuf-${{ inputs.liquibase-version }}
git pull
git push --set-upstream origin "feature/protobuf-${{ inputs.liquibase-version }}"
Expand Down

0 comments on commit 3bfeabb

Please sign in to comment.