Skip to content

Commit

Permalink
chore: remove delete branch logic since it won't be used in actual wo…
Browse files Browse the repository at this point in the history
…rkflow
  • Loading branch information
Kishan-Dhakan committed Jun 27, 2024
1 parent 31ea41c commit fac61bc
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/helix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,3 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
run: |
gh pr create --repo InjectiveLabs/injective-ui --head update-from-shared-packages --base master --title "Package bump" --body "This is an automated pull request created by GitHub Actions."
- name: Cleanup
run: |
cd injective-ui
git branch -D update-from-shared-packages

0 comments on commit fac61bc

Please sign in to comment.