]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
Fix another typo in workflow.
authorDarren Tucker <dtucker@dtucker.net>
Tue, 18 Mar 2025 09:27:46 +0000 (20:27 +1100)
committerDarren Tucker <dtucker@dtucker.net>
Tue, 18 Mar 2025 09:27:46 +0000 (20:27 +1100)
.github/workflows/upstream.yml

index 33cc0f3c4b8ea5200f448f74e78893a59297fd86..aa3155fa2e5fbdbc7061bea5d92e83f3aa66b21b 100644 (file)
@@ -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