Skip to content

Commit

Permalink
fix 2077
Browse files Browse the repository at this point in the history
  • Loading branch information
Vini47 committed Sep 4, 2024
1 parent 4e1121f commit 07183d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- name: Fetch and Checkout Branch
run: |
git fetch origin
git checkout projeto_deploy || echo "Branch projeto_deploy does not exist locally; creating it."
git checkout projeto_deploy || git checkout -b projeto_deploy
git pull origin projeto_deploy || echo "Failed to pull from projeto_deploy."
- name: Commit and Push Changes
Expand Down

0 comments on commit 07183d5

Please sign in to comment.