Skip to content

Commit 2f94c28

Browse files
Le-Caigneczguesmi
andauthored
Update .github/workflows/safe-transaction.yml
Co-authored-by: Zied Guesmi <[email protected]>
1 parent 51b4bc9 commit 2f94c28

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/safe-transaction.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ on:
3131
description: 'Safe API key for transaction service'
3232
required: true
3333
outputs:
34-
safe-tx-hash:
34+
tx-hash:
3535
description: 'Hash of the Safe transaction'
36-
value: ${{ jobs.propose-transaction.outputs.safe-tx-hash }}
36+
value: ${{ jobs.propose-transaction.outputs.tx-hash }}
3737
tx-details:
3838
description: 'Created transaction details'
3939
value: ${{ jobs.propose-transaction.outputs.tx-details }}

0 commit comments

Comments
 (0)