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 51b4bc9 commit 2f94c28Copy full SHA for 2f94c28
.github/workflows/safe-transaction.yml
@@ -31,9 +31,9 @@ on:
31
description: 'Safe API key for transaction service'
32
required: true
33
outputs:
34
- safe-tx-hash:
+ tx-hash:
35
description: 'Hash of the Safe transaction'
36
- value: ${{ jobs.propose-transaction.outputs.safe-tx-hash }}
+ value: ${{ jobs.propose-transaction.outputs.tx-hash }}
37
tx-details:
38
description: 'Created transaction details'
39
value: ${{ jobs.propose-transaction.outputs.tx-details }}
0 commit comments