Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
psaavedra committed Jan 12, 2025
1 parent d74d286 commit 639ccfb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/actions/podman-robot/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@ runs:
if: env.test_warning_detected == 'true'
uses: mshick/add-pr-comment@v2
with:
message: |
warning.txt
message-path: |
.ci/warning.txt
- name: Clean
if: always()
shell: bash
run: |
rm -rf setup-env-local.sh tests_results warning.txt
rm -rf .ci/setup-env-local.sh .ci/tests_results .ci/warning.txt

0 comments on commit 639ccfb

Please sign in to comment.