]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
Remove DEBUG_ACTIONS variable.
authorDarren Tucker <dtucker@dtucker.net>
Thu, 24 Jul 2025 12:02:49 +0000 (22:02 +1000)
committerDarren Tucker <dtucker@dtucker.net>
Thu, 24 Jul 2025 12:02:49 +0000 (22:02 +1000)
If needed it can be set in github if needed.

.github/workflows/selfhosted.yml
.github/workflows/upstream.yml

index 2f425fe2f39ca6adcb78c99139a4a9fc90f2a884..281b2fc84dee1eb4ff0446d140dba8cdf3747fe2 100644 (file)
@@ -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 }}
index 9e74f94a74d1df0a49daeaa850d0229c1f6238f1..e9e431373a3971d408dd78830d399bacb473ef11 100644 (file)
@@ -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 }}