Skip to content

Commit

Permalink
Merge pull request #74 from mj/master
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
g105b authored Jan 5, 2022
2 parents 7f013bb + b815a93 commit 9c88ad8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ inputs:
outputs:
full_command:
description: "The full command passed to docker to run"
value: ${{ steps.composer_run.putputs.full_command }}
value: ${{ steps.composer_run.outputs.full_command }}

runs:
using: "composite"
Expand Down

0 comments on commit 9c88ad8

Please sign in to comment.