Skip to content

Commit 3429e29

Browse files
committed
Fix usage of variable in input box
1 parent 4091c81 commit 3429e29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cardano-node.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
test:
1212
description: 'Test name'
1313
required: false
14-
default: ${{ env.TESTNET }}
14+
default: cardano_node_latest
1515
type: string
1616
# FIXME: remove before mergin
1717
push:

0 commit comments

Comments
 (0)