Skip to content

Commit

Permalink
pull branch and rebase true
Browse files Browse the repository at this point in the history
  • Loading branch information
vivalareda committed Dec 20, 2023
1 parent dd4a836 commit afae1c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow-lint-test-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
git config --local user.email "[email protected]"
git config --local user.name "GitHub Actions"
git checkout -b ${{ env.GIT_BRANCH_NAME }}
git pull origin main || true
git pull origin ${{ env.GIT_BRANCH_NAME }} || true
git add .github/workflows/gcp-deployment.yml
git commit -m "Update threshold"
git push origin ${{ env.GIT_BRANCH_NAME }}
Expand Down

0 comments on commit afae1c7

Please sign in to comment.