diff --git a/.github/workflows/yarn-run/action.yml b/.github/workflows/yarn-run/action.yml index 618c3bd..d0146e8 100644 --- a/.github/workflows/yarn-run/action.yml +++ b/.github/workflows/yarn-run/action.yml @@ -7,7 +7,7 @@ on: command: required: true type: string - docker_tag: + docker-tag: required: true type: string @@ -16,4 +16,4 @@ jobs: runs-on: ubuntu-latest steps: - name: Run command in workspace - run: docker run ${{ inputs.docker_tag }} yarn workspace ${{ inputs.workspace }} ${{ inputs.command }} + run: docker run ${{ inputs.docker-tag }} yarn workspace ${{ inputs.workspace }} ${{ inputs.command }}