We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc11fd7 commit a1a98c4Copy full SHA for a1a98c4
.github/workflows/deploy-network.yml
@@ -137,6 +137,10 @@ jobs:
137
./scripts/install_deps.sh
138
./scripts/network_deploy.sh "${{ inputs.network }}"
139
140
+ if [ -n "$CLUSTER" ]; then
141
+ echo "CLUSTER=$CLUSTER" >> $GITHUB_OUTPUT
142
+ fi
143
+
144
- name: Notify Slack on failure
145
if: failure()
146
env:
@@ -163,3 +167,4 @@ jobs:
163
167
with:
164
168
network: testnet
165
169
l1_network: sepolia
170
+ cluster: ${{ env.CLUSTER }}
0 commit comments