Merge pull request #891 from tcely/patch-10
Some checks are pending
CI / info (push) Waiting to run
CI / test (3.10) (push) Waiting to run
CI / test (3.11) (push) Waiting to run
CI / test (3.12) (push) Waiting to run
CI / test (3.8) (push) Waiting to run
CI / test (3.9) (push) Waiting to run
CI / containerise (push) Blocked by required conditions

Turn off debugging for the `lowercase-variables` step
This commit is contained in:
meeb 2025-03-27 15:11:43 +11:00 committed by GitHub
commit 83932645af
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -39,7 +39,7 @@ jobs:
shell: bash
run: |
set_sl_var() { local f='%s=%s\n' ; printf -- "${f}" "$@" ; } ;
set -x ; for var in \
for var in \
actor='${{ github.actor }}' \
repository_owner='${{ github.repository_owner }}'
do