Skip to content

Commit

Permalink
fix: update branch reference in main branch workflow for eth-rollup-d…
Browse files Browse the repository at this point in the history
…evelop (#420)

fix: update branch reference in main workflow for eth-rollup-develop
  • Loading branch information
tenequm authored Jan 22, 2025
1 parent f458a45 commit c1146db
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/branch-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,9 @@ jobs:
uses: ./.github/workflows/reusable-gasp-node-generate-types.yml
secrets: inherit
with:
branch: ${{ needs.init.outputs.GIT_BRANCH_UNFORMATTED }}
# TODO: To be fixed when `eth-rollup-develop` branch in gasp-dev-kit is merged to `main`
# branch: ${{ needs.init.outputs.GIT_BRANCH_UNFORMATTED }}
branch: eth-rollup-develop
globalVersion: ${{ needs.init.outputs.GLOBAL_VERSION }}

run-e2e-test:
Expand Down

0 comments on commit c1146db

Please sign in to comment.