[openssh-commits] [openssh] branch master updated: Remove DEBUG_ACTIONS variable.
git+noreply at mindrot.org
git+noreply at mindrot.org
Thu Jul 24 22:07:32 AEST 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 259c66aeb Remove DEBUG_ACTIONS variable.
259c66aeb is described below
commit 259c66aebe4e1f9d60e548f728ff74083bcccddf
Author: Darren Tucker <dtucker at dtucker.net>
AuthorDate: Thu Jul 24 22:02:49 2025 +1000
Remove DEBUG_ACTIONS variable.
If needed it can be set in github if needed.
---
.github/workflows/selfhosted.yml | 1 -
.github/workflows/upstream.yml | 1 -
2 files changed, 2 deletions(-)
diff --git a/.github/workflows/selfhosted.yml b/.github/workflows/selfhosted.yml
index 2f425fe2f..281b2fc84 100644
--- a/.github/workflows/selfhosted.yml
+++ b/.github/workflows/selfhosted.yml
@@ -11,7 +11,6 @@ jobs:
runs-on: ${{ matrix.host }}
timeout-minutes: 600
env:
- DEBUG_ACTIONS: false
HOST: ${{ matrix.host }}
TARGET_HOST: ${{ matrix.target }}
TARGET_CONFIG: ${{ matrix.config }}
diff --git a/.github/workflows/upstream.yml b/.github/workflows/upstream.yml
index 9e74f94a7..e9e431373 100644
--- a/.github/workflows/upstream.yml
+++ b/.github/workflows/upstream.yml
@@ -11,7 +11,6 @@ jobs:
if: github.repository == 'openssh/openssh-portable-selfhosted'
runs-on: ${{ matrix.host }}
env:
- DEBUG_ACTIONS: true
EPHEMERAL: true
HOST: ${{ matrix.host }}
TARGET_HOST: ${{ matrix.target }}
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list