Skip to content

Commit

Permalink
chore: use master because injective ui does not have dev branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Kishan-Dhakan committed Jun 27, 2024
1 parent 14428ae commit 2aaf2b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/helix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
run: |
gh pr create --repo InjectiveLabs/injective-ui --head update-from-shared-packages --base dev --title "Package bump" --body "This is an automated pull request created by GitHub Actions."
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: |
Expand Down

0 comments on commit 2aaf2b2

Please sign in to comment.