Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ludamad authored Aug 30, 2024
1 parent cc3a53f commit f05bad5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/ensure-tester/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ runs:

- name: Print Startup Log
shell: bash
run: cat /run/log.out
run: cat /run/log.out || true # don't fail

# Set up a context for this run
- name: Copy Repo to Tester
Expand Down

0 comments on commit f05bad5

Please sign in to comment.