Skip to content

Commit

Permalink
Issue#26: fix docker tag in yarn-run
Browse files Browse the repository at this point in the history
  • Loading branch information
maingockien01 committed Feb 25, 2024
1 parent 5d51083 commit 83de897
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/yarn-run/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
command:
required: true
type: string
docker_tag:
docker-tag:
required: true
type: string

Expand All @@ -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 }}

0 comments on commit 83de897

Please sign in to comment.