mirror of
git://anongit.mindrot.org/openssh.git
synced 2025-03-21 02:36:34 +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
|
timeout-minutes: 300
|
||||||
- name: show logs
|
- name: show logs
|
||||||
if: failure()
|
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
|
- name: save logs
|
||||||
if: failure()
|
if: failure()
|
||||||
uses: actions/upload-artifact@main
|
uses: actions/upload-artifact@main
|
||||||
|
Loading…
Reference in New Issue
Block a user