Skip to content

Commit 221c2e4

Browse files
helenJasonTheAdams
authored andcommitted
Actually use the step id and not the word id
1 parent 00f24fe commit 221c2e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ inputs:
1111
outputs:
1212
zip-path:
1313
description: 'Path to zip file'
14-
value: ${{ steps.id.outputs.zip-path }}
14+
value: ${{ steps.deploy.outputs.zip-path }}
1515
runs:
1616
using: 'composite'
1717
steps:

0 commit comments

Comments
 (0)