Skip to content

Commit

Permalink
chore: add cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Kishan-Dhakan committed Jun 27, 2024
1 parent 864dffc commit bcfcc99
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/helix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,8 @@ jobs:
run: |
gh auth login --with-token <<< "${{ secrets.GITHUB_TOKEN }}"
gh pr create --repo InjectiveLabs/injective-helix --head update-from-shared-packages --base dev --title "Package bump" --body "This is an automated pull request created by GitHub Actions."
- name: Cleanup
run: |
cd injective-helix
git branch -D update-from-shared-packages

0 comments on commit bcfcc99

Please sign in to comment.