Skip to content

Commit 871499b

Browse files
committed
Add missing devnet_sha input to devnet setup workflow
1 parent dc09de0 commit 871499b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/install_devnet.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: Devnet Setup Workflow
22

3+
env:
4+
DEVNET_SHA: dd55971
5+
36
on:
47
push:
58
branches:
@@ -14,3 +17,5 @@ jobs:
1417
- uses: actions/checkout@v4
1518
- name: Run Devnet Setup
1619
uses: ./.github/composite-actions/devnet
20+
with:
21+
devnet_sha: ${{ env.DEVNET_SHA }}

0 commit comments

Comments
 (0)