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 bbb08886cfb64a14cca2e96d9c244d9f0cd1b7f2 Author: Davyd McColl <[email protected]> AuthorDate: Mon Mar 11 15:49:04 2024 +0200 :alembic: enable DEBUG logging to get more info - ignored branches _should_ be working --- .github/workflows/git-broadcast.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/git-broadcast.yml b/.github/workflows/git-broadcast.yml index cf314b4f..374a06ad 100644 --- a/.github/workflows/git-broadcast.yml +++ b/.github/workflows/git-broadcast.yml @@ -19,6 +19,7 @@ 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"
