Skip to content

Commit d478f9d

Browse files
committed
ci: Pluralise inputs
1 parent 8c46112 commit d478f9d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/docker-run/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ runs:
4949
name: "Run command ${{ inputs.command }} in ${{ inputs.tag }} docker container"
5050
shell: bash
5151
env:
52-
NAME: ${{ input.name }}
52+
NAME: ${{ inputs.name }}
5353
run: |
5454
docker run \
5555
--init -t --rm \

0 commit comments

Comments
 (0)