This is an automated email from the ASF dual-hosted git repository.
davydm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4net.git
The following commit(s) were added to refs/heads/master by this push:
new 9282c95f :mute: disable debug logging
9282c95f is described below
commit 9282c95f50eb6905f7e29a5731037f0ed1730460
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"