From: Darren Tucker Date: Tue, 18 Mar 2025 09:27:46 +0000 (+1100) Subject: Fix another typo in workflow. X-Git-Tag: V_10_0_P1~29 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8a1294638f3a47d46263ea574fa85c8e115ea893;p=thirdparty%2Fopenssh-portable.git Fix another typo in workflow. --- diff --git a/.github/workflows/upstream.yml b/.github/workflows/upstream.yml index 33cc0f3c4..aa3155fa2 100644 --- a/.github/workflows/upstream.yml +++ b/.github/workflows/upstream.yml @@ -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 $i;i echo =====; done' + run: vmrun 'for i in /usr/src/regress/usr.bin/ssh/obj/*.log; do echo =====; cat $i; echo =====; done' - name: save logs if: failure() uses: actions/upload-artifact@main