Skip to content

Commit 6466540

Browse files
committed
Merge branch 'feature/add-safe-transaction-reusable-workflow' of https://github.com/iExecBlockchainComputing/github-actions-workflows into feature/add-safe-transaction-reusable-workflow
2 parents 798b03d + 66d320a commit 6466540

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

propose-safe-multisig-tx/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This reusable GitHub Actions workflow automates the process of proposing transac
1212
| **safe-address** | Address of the Safe contract | Yes | - |
1313
| **transaction-to** | Target address for the transaction | Yes | - |
1414
| **transaction-value** | Value to send in the transaction (in wei) | No | `0` |
15-
| **transaction-data** | Transaction data/calldata | No | `0x` |
15+
| **transaction-data** | Transaction data/calldata | Yes | - |
1616
| **safe-proposer-private-key** | Private key of the proposer wallet | Yes (Secret) | - |
1717
| **safe-api-key** | Safe API key for transaction service | Yes (Secret) | - |
1818

0 commit comments

Comments
 (0)