[openssh-commits] [openssh] branch master updated: Fix syntax error in workflow.
git+noreply at mindrot.org
git+noreply at mindrot.org
Tue Mar 18 20:08:43 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 bd9e6bbc Fix syntax error in workflow.
bd9e6bbc is described below
commit bd9e6bbcc864b3e10c4e11f5aec1b3a5e3a89b55
Author: Darren Tucker <dtucker at dtucker.net>
AuthorDate: Tue Mar 18 18:16:12 2025 +1100
Fix syntax error 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 2726c32b..33cc0f3c 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 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 at main
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list