This is an automated email from the ASF dual-hosted git repository. freeandnil pushed a commit to branch Feature/118-nullability in repository https://gitbox.apache.org/repos/asf/logging-log4net.git
commit 4b7c2d4cb2eb50ef91e93940e07e9905ee4d8b4a Author: Davyd McColl <[email protected]> AuthorDate: Mon Mar 11 15:50:16 2024 +0200 :bug: should include quotes in yaml --- .github/workflows/git-broadcast.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/git-broadcast.yml b/.github/workflows/git-broadcast.yml index 374a06ad..0853817c 100644 --- a/.github/workflows/git-broadcast.yml +++ b/.github/workflows/git-broadcast.yml @@ -19,7 +19,7 @@ jobs: node-version: '16' - name: broadcast master changes to satellite branches env: - DEBUG: * + DEBUG: '*' RUN_NUMBER: ${{ github.run_number }} run: | git config --global user.name "Git Broadcast"
