[openssh-commits] [openssh] branch master updated: Fix another typo in workflow.

git+noreply at mindrot.org git+noreply at mindrot.org
Tue Mar 18 20:28:10 AEDT 2025


This is an automated email from the git hooks/post-receive script.

dtucker pushed a commit to branch master
in repository openssh.

The following commit(s) were added to refs/heads/master by this push:
     new 8a129463 Fix another typo in workflow.
8a129463 is described below

commit 8a1294638f3a47d46263ea574fa85c8e115ea893
Author: Darren Tucker <dtucker at dtucker.net>
AuthorDate: Tue Mar 18 20:27:46 2025 +1100

    Fix another typo in workflow.
---
 .github/workflows/upstream.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/upstream.yml b/.github/workflows/upstream.yml
index 33cc0f3c..aa3155fa 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 at main

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list