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 2ab37099 :alembic: enable DEBUG logging to get more info - ignored 
branches _should_ be working
2ab37099 is described below

commit 2ab370999ff75df72af6ed9ebcd6e45feec7c836
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"

Reply via email to