Skip to content

Commit 9f9a7b6

Browse files
committed
misc: This time the plural
1 parent e32932d commit 9f9a7b6

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,12 @@ runs:
4848
echo "env=$ENV_STRING" >> "$GITHUB_OUTPUT"
4949
5050
- id: dockerrun
51-
name: "Run command ${{ input.command }} in ${{ input.tag }} docker container"
51+
name: "Run command ${{ inputs.command }} in ${{ inputs.tag }} docker container"
5252
shell: bash
5353
run: |
5454
docker run \
5555
--init -t --rm \
56-
--name "${{ input.name }}${{ input.id }}" \
56+
--name "${{ inputs.name }}${{ inputs.id }}" \
5757
${{ steps.processenv.outputs.env }} \
58-
"${{ input.tag }}${{ input.id }}" \
59-
${{ input.command }}
58+
"${{ inputs.tag }}${{ inputs.id }}" \
59+
${{ inputs.command }}

0 commit comments

Comments
 (0)