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

index 2726c32b9fbced45c2d930b132fe09057918adce..33cc0f3c4b8ea5200f448f74e78893a59297fd86 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 printf "====\nlogfile: $i\n====\n"; done'
+      run: vmrun 'for i in /usr/src/regress/usr.bin/ssh/obj/*.log; do echo =====; echo $i;i echo =====; done'
     - name: save logs
       if: failure()
       uses: actions/upload-artifact@main