mirror of
git://anongit.mindrot.org/openssh.git
synced 2025-03-19 09:53:59 +00:00
Fix workflow syntax again.
This commit is contained in:
parent
575c43fd4c
commit
96493ebd6f
2
.github/workflows/upstream.yml
vendored
2
.github/workflows/upstream.yml
vendored
@ -57,7 +57,7 @@ jobs:
|
||||
timeout-minutes: 300
|
||||
- name: show logs
|
||||
if: failure()
|
||||
run: vmrun 'for i in /usr/src/regress/usr.bin/ssh/obj/*.log; do echo =====; echo log: $i; echo =====; cat $i; done'
|
||||
run: vmrun 'for i in /usr/src/regress/usr.bin/ssh/obj/*.log; do echo ====; echo logfile $i; echo =====; cat $i; done'
|
||||
- name: save logs
|
||||
if: failure()
|
||||
uses: actions/upload-artifact@main
|
||||
|
Loading…
Reference in New Issue
Block a user