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 1d89d41d :bug: should include quotes in yaml
1d89d41d is described below

commit 1d89d41d1b3abf1202638f6694d5850fdf196bdb
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"

Reply via email to