Skip to content

Commit

Permalink
correção conflito git pull
Browse files Browse the repository at this point in the history
  • Loading branch information
Vini47 committed Sep 3, 2024
1 parent 9cfc95e commit 8afec75
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,9 @@ jobs:
- name: Deploy changes
run: |
git fetch origin
git checkout -b projeto_deploy || git checkout projeto_deploy
git pull origin projeto_deploy
git add .
git commit -m "Deploy changes to projeto_deploy branch" || echo "No changes to commit"
git push origin projeto_deploy
Expand Down

0 comments on commit 8afec75

Please sign in to comment.