We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8c46112 + d478f9d commit c189f61Copy full SHA for c189f61
1 file changed
.github/actions/docker-run/action.yaml
@@ -49,7 +49,7 @@ runs:
49
name: "Run command ${{ inputs.command }} in ${{ inputs.tag }} docker container"
50
shell: bash
51
env:
52
- NAME: ${{ input.name }}
+ NAME: ${{ inputs.name }}
53
run: |
54
docker run \
55
--init -t --rm \
0 commit comments