Skip to content

Commit

Permalink
feat: v1
Browse files Browse the repository at this point in the history
  • Loading branch information
jaironalves committed Apr 6, 2024
1 parent fe35441 commit 72043a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
docker run \
--workdir /github/workspace \
--volume "${{ github.workspace }}":"/github/workspace" \
--volume "${{ runner.temp }}/_runner_file_commands":"/github/file_commands" \
--volume "${{ runner.temp }}/_runner_file_commands":"${{ runner.temp }}/_runner_file_commands" \
--env GITHUB_OUTPUT="$GITHUB_OUTPUT" \
--env INPUT_WHO_TO_GREET="${{ env.INPUT_WHO_TO_GREET }}" \
--env INPUT_YAML_FILE_PATH="${{ env.INPUT_YAML_FILE_PATH }}" \
Expand Down

0 comments on commit 72043a8

Please sign in to comment.