Skip to content

Commit

Permalink
CH-9368: Added GITHUB_EVENT_PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
mikhail-petrusheuski-covergo committed Sep 20, 2024
1 parent 37709f4 commit 593a91e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gflows/libs/build_publish_steps.lib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ run: |
fi
# Publish test results as check
docker run --rm -v $PWD:/workspace -e GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }} ghcr.io/enricomi/publish-unit-test-result-action \
docker run --rm -v $PWD:/workspace -e GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }} -e GITHUB_EVENT_PATH=$GITHUB_EVENT_PATH ghcr.io/enricomi/publish-unit-test-result-action \
--check_name "$CHECK_NAME" \
--report_individual_runs "true" \
--files "$FILE_PATH"
Expand Down

0 comments on commit 593a91e

Please sign in to comment.