Skip to content

Commit

Permalink
chore: remove if condition
Browse files Browse the repository at this point in the history
  • Loading branch information
florianow committed Apr 9, 2024
1 parent 96f4189 commit bf4df79
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,8 @@ jobs:

- name: Create Pull Request in collie-hub repo
run: |
if git show-ref --verify --quiet "refs/heads/feature/auto-backporting"; then \
echo "Branch still exists."; \
else \
gh pr create --base main --head feature/auto-backporting --draft \
--title "[latest likvid kits] update latest kits from likvid-cloudfoundation" \
--body "The latest kits from likvid-cloudfoundation builds on the prod branch."; \
fi
gh pr create --base main --head feature/auto-backporting --draft \
--title "[latest likvid kits] update latest kits from likvid-cloudfoundation" \
--body "The latest kits from likvid-cloudfoundation builds on the prod branch."; \
env:
GH_TOKEN: ${{ github.token }}

0 comments on commit bf4df79

Please sign in to comment.