Skip to content

Commit 639ccfb

Browse files
committed
wip
1 parent d74d286 commit 639ccfb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/actions/podman-robot/action.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,10 @@ runs:
5555
if: env.test_warning_detected == 'true'
5656
uses: mshick/add-pr-comment@v2
5757
with:
58-
message: |
59-
warning.txt
58+
message-path: |
59+
.ci/warning.txt
6060
- name: Clean
6161
if: always()
6262
shell: bash
6363
run: |
64-
rm -rf setup-env-local.sh tests_results warning.txt
64+
rm -rf .ci/setup-env-local.sh .ci/tests_results .ci/warning.txt

0 commit comments

Comments
 (0)