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 c20c2ebaf0768f1a9a3098773bb2a859d957e347 Author: Davyd McColl <[email protected]> AuthorDate: Mon Mar 11 16:00:01 2024 +0200 :mute: disable debug logging --- .github/workflows/git-broadcast.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/git-broadcast.yml b/.github/workflows/git-broadcast.yml index 0853817c..cf314b4f 100644 --- a/.github/workflows/git-broadcast.yml +++ b/.github/workflows/git-broadcast.yml @@ -19,7 +19,6 @@ jobs: node-version: '16' - name: broadcast master changes to satellite branches env: - DEBUG: '*' RUN_NUMBER: ${{ github.run_number }} run: | git config --global user.name "Git Broadcast"
