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 79ef7b1 commit 76a7de2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/enact-migration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
echo "GOV_NETWORK=mainnet" >> $GITHUB_ENV ;;
mumbai | arbitrum-goerli | base-goerli | linea-goerli)
echo "GOV_NETWORK=goerli" >> $GITHUB_ENV ;;
base-sepoli)
base-sepolia)
echo "GOV_NETWORK=sepolia" >> $GITHUB_ENV ;;
*)
echo "No governance network for selected network" ;;
Expand Down

0 comments on commit 76a7de2

Please sign in to comment.