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.
2 parents 7f013bb + b815a93 commit 9c88ad8Copy full SHA for 9c88ad8
action.yml
@@ -72,7 +72,7 @@ inputs:
72
outputs:
73
full_command:
74
description: "The full command passed to docker to run"
75
- value: ${{ steps.composer_run.putputs.full_command }}
+ value: ${{ steps.composer_run.outputs.full_command }}
76
77
runs:
78
using: "composite"
0 commit comments