Skip to content

Commit 661e17a

Browse files
committed
refactor: move chain-id input definition to the correct position in the workflow
1 parent 5b9f285 commit 661e17a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/safe-transaction.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ on:
66
description: 'RPC URL for the blockchain network'
77
required: true
88
type: string
9+
chain-id:
10+
description: 'Chain ID of the blockchain network (default: 42161 for Arbitrum)'
11+
required: false
12+
default: '42161'
13+
type: string
914
safe-address:
1015
description: 'Address of the Safe contract'
1116
required: true
@@ -14,11 +19,6 @@ on:
1419
description: 'Target address for the transaction'
1520
required: true
1621
type: string
17-
chain-id:
18-
description: 'Chain ID of the blockchain network (default: 42161 for Arbitrum)'
19-
required: false
20-
default: '42161'
21-
type: string
2222
transaction-value:
2323
description: 'Value to send in the transaction (in wei, default: 0)'
2424
required: false

0 commit comments

Comments
 (0)