Skip to content

Commit

Permalink
fix gov network in migration actions env
Browse files Browse the repository at this point in the history
  • Loading branch information
ajb413 committed Mar 26, 2024
1 parent ae42ead commit 79ef7b1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/enact-migration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,10 @@ jobs:
case ${{ github.event.inputs.network }} in
polygon | arbitrum | base)
echo "GOV_NETWORK=mainnet" >> $GITHUB_ENV ;;
mumbai | arbitrum-goerli | base-goerli | base-sepolia | linea-goerli)
mumbai | arbitrum-goerli | base-goerli | linea-goerli)
echo "GOV_NETWORK=goerli" >> $GITHUB_ENV ;;
base-sepoli)
echo "GOV_NETWORK=sepolia" >> $GITHUB_ENV ;;
*)
echo "No governance network for selected network" ;;
esac
Expand Down

0 comments on commit 79ef7b1

Please sign in to comment.