mirror of
https://github.com/pyTooling/Actions.git
synced 2026-02-14 12:06:56 +08:00
Don't use "secrets: inherit"!
This commit is contained in:
4
.github/workflows/PublishCoverageResults.yml
vendored
4
.github/workflows/PublishCoverageResults.yml
vendored
@@ -225,10 +225,10 @@ jobs:
|
||||
if [[ "${{ steps.codecov.outcome }}" == "failure" ]]; then
|
||||
printf "::error title=%s::%s\n" "Publish Code Coverage Results / Codecov" "Failed to publish code coverage results."
|
||||
else
|
||||
printf "Codecov: No errors to report."
|
||||
printf "Codecov: No errors to report.\n"
|
||||
fi
|
||||
if [[ "${{ steps.codacy.outcome }}" == "failure" ]]; then
|
||||
printf "::error title=%s::%s\n" "Publish Code Coverage Results / Codacy" "Failed to publish code coverage results."
|
||||
else
|
||||
printf "Codacy: No errors to report."
|
||||
printf "Codacy: No errors to report.\n"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user