Skip to content

Commit

Permalink
chore(generate.yml): add 'git pull' command to fetch changes from rem…
Browse files Browse the repository at this point in the history
…ote repository before creating feature branch to ensure latest changes are included
  • Loading branch information
jandroav committed Mar 5, 2024
1 parent a5e467d commit d6b640a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/generate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
- name: Create feature branch
run: |
git checkout -b "feature/protobuf-${{ inputs.liquibase-version }}"
git pull
git push --set-upstream origin "feature/protobuf-${{ inputs.liquibase-version }}"
- name: Install protoc and npm
Expand Down

0 comments on commit d6b640a

Please sign in to comment.