From 2aaf2b2978de09749819ed0a75334927f4a140cf Mon Sep 17 00:00:00 2001 From: Kishan Dhakan Date: Fri, 28 Jun 2024 01:48:14 +0530 Subject: [PATCH] chore: use master because injective ui does not have dev branch --- .github/workflows/helix.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/helix.yaml b/.github/workflows/helix.yaml index f8fda9a..4a0bbbf 100644 --- a/.github/workflows/helix.yaml +++ b/.github/workflows/helix.yaml @@ -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: |