Skip to content

Commit

Permalink
feat: v1
Browse files Browse the repository at this point in the history
  • Loading branch information
jaironalves committed Apr 5, 2024
1 parent c7a9472 commit 7bef678
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ jobs:
INPUT_YAML_FILE_PATH: ./yq-test.yml
run: |
docker run \
--workdir /github/workspace
--volume "${{ github.workspace }}":"/github/workspace"
--workdir /github/workspace \
--volume "${{ github.workspace }}":"/github/workspace" \
--env INPUT_WHO_TO_GREET="${{ env.INPUT_WHO_TO_GREET }}" \
--env INPUT_YAML_FILE_PATH="${{ env.INPUT_YAML_FILE_PATH }}" \
--rm ${{ env.TEST_TAG }}
Expand Down

0 comments on commit 7bef678

Please sign in to comment.