Skip to content

Commit 9c88ad8

Browse files
author
Greg Bowler
authored
Merge pull request #74 from mj/master
Fix typo
2 parents 7f013bb + b815a93 commit 9c88ad8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ inputs:
7272
outputs:
7373
full_command:
7474
description: "The full command passed to docker to run"
75-
value: ${{ steps.composer_run.putputs.full_command }}
75+
value: ${{ steps.composer_run.outputs.full_command }}
7676

7777
runs:
7878
using: "composite"

0 commit comments

Comments
 (0)