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 412a507 commit 0975f46Copy full SHA for 0975f46
propose-safe-multisig-tx/src/index.ts
@@ -73,7 +73,7 @@ async function run() {
73
safeTxHash: safeTxHash,
74
senderAddress: account.address,
75
senderSignature: signature.data,
76
- origin: "GitHub Action - Safe Transaction",
+ origin: "GitHub Action - Propose Safe Multisig Transaction",
77
});
78
79
core.info("📤 Transaction proposed to Safe service");
0 commit comments