mirror of
https://github.com/pyTooling/Actions.git
synced 2026-02-12 02:56:56 +08:00
Don't use "secrets: inherit"!
This commit is contained in:
2
.github/workflows/PublishTestResults.yml
vendored
2
.github/workflows/PublishTestResults.yml
vendored
@@ -145,7 +145,7 @@ jobs:
|
||||
if [[ "${{ steps.codecov.outcome }}" == "failure" ]]; then
|
||||
printf "::error title=%s::%s\n" "Publish Unit Test Results / Codecov" "Failed to publish unittest results."
|
||||
else
|
||||
printf "Codecov: No errors to report."
|
||||
printf "Codecov: No errors to report.\n"
|
||||
fi
|
||||
|
||||
- name: 📤 Upload merged 'JUnit Test Summary' artifact
|
||||
|
||||
Reference in New Issue
Block a user