Add the output fix (#101)
This commit is contained in:
Родитель
466dc7313f
Коммит
569d496d1f
|
@ -112,6 +112,10 @@ jobs:
|
|||
- name: "Results"
|
||||
shell: bash
|
||||
run: |
|
||||
gh pr comment ${{ github.event.pull_request.number }} --body-file /tmp/OUTPUT.md
|
||||
if [ -f /tmp/OUTPUT.md ]; then
|
||||
gh pr comment ${{ github.event.pull_request.number }} --body-file /tmp/OUTPUT.md
|
||||
else
|
||||
echo "There are no results, so no comments are posted. For further information please look into the validate step."
|
||||
fi
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
|
Загрузка…
Ссылка в новой задаче