[openssh-commits] [openssh] 01/02: Fix workflow syntax again.
git+noreply at mindrot.org
git+noreply at mindrot.org
Wed Mar 19 17:41:57 AEDT 2025
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch master
in repository openssh.
commit 96493ebd6ff48bbb802576e208794a26928569b0
Author: Darren Tucker <dtucker at dtucker.net>
AuthorDate: Wed Mar 19 17:35:10 2025 +1100
Fix workflow syntax again.
---
.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 ab2aec4f..615a7763 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 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
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