[openssh-commits] [openssh] branch master updated: Fix name of OpenBSD upstream CI jobs.

git+noreply at mindrot.org git+noreply at mindrot.org
Tue Mar 26 18:59:23 AEDT 2024


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 edcff77f Fix name of OpenBSD upstream CI jobs.
edcff77f is described below

commit edcff77f82c2bb2b5653b36f1e47274c5ef3e8be
Author: Darren Tucker <dtucker at dtucker.net>
AuthorDate: Tue Mar 26 18:58:58 2024 +1100

    Fix name of OpenBSD upstream CI jobs.
---
 .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 e16d813b..9b6ab382 100644
--- a/.github/workflows/upstream.yml
+++ b/.github/workflows/upstream.yml
@@ -7,7 +7,7 @@ on:
 
 jobs:
   selfhosted:
-    name: "upstream {{ matrix.target }} ${{ matrix.config }}"
+    name: "upstream ${{ matrix.target }} ${{ matrix.config }}"
     if: github.repository == 'openssh/openssh-portable-selfhosted'
     runs-on: 'libvirt'
     env:

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


More information about the openssh-commits mailing list