Skip to content

Commit

Permalink
feat: v1
Browse files Browse the repository at this point in the history
  • Loading branch information
jaironalves committed Jun 13, 2024
1 parent 474f8b2 commit 22a2f38
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,7 @@ jobs:
docker run \
--workdir /github/workspace \
--volume "${{ github.workspace }}":"/github/workspace" \
--volume "${{ runner.temp }}/_runner_file_commands":"${{ runner.temp }}/_runner_file_commands" \
--env GITHUB_OUTPUT="$GITHUB_OUTPUT" \
--volume "${{ runner.temp }}/_runner_file_commands":"${{ runner.temp }}/_runner_file_commands" \
--env INPUT_YAML_FILE_PATH="${{ env.INPUT_YAML_FILE_PATH }}" \
--rm ${{ env.TEST_TAG }}
Expand Down

0 comments on commit 22a2f38

Please sign in to comment.