Skip to content

Commit

Permalink
-1 echo
Browse files Browse the repository at this point in the history
  • Loading branch information
cansavvy committed May 15, 2024
1 parent d4eb033 commit db8cf07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
branch_name='preview-${{ github.event.pull_request.number }}'
echo branch doesnt exist
git checkout -b $branch_name || echo branch exists
git push --set-upstream origin $branch_name || echo echo branch exists remotely
git push --set-upstream origin $branch_name || echo branch exists remotely
shell: bash


Expand Down

0 comments on commit db8cf07

Please sign in to comment.