Skip to content

Commit

Permalink
feat: forget else
Browse files Browse the repository at this point in the history
  • Loading branch information
zugdev committed Nov 23, 2024
1 parent 8b44da4 commit f8c26c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sync-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,10 +116,10 @@ jobs:
# Commit
git add .
git commit -m "chore: sync template" || echo "No changes to commit."
git commit -m "chore: sync template"
# Push
git push "$original_remote" "$pr_branch" || echo "Branch already exists remotely."
git push "$original_remote" "$pr_branch"
# Check for existing pull requests
existing_pr=$(gh pr list --base "$branch_name" --head "$pr_branch" --state open --json id --jq '.[0].id')
Expand Down

0 comments on commit f8c26c8

Please sign in to comment.