:bug: should include quotes in yaml
diff --git a/.github/workflows/git-broadcast.yml b/.github/workflows/git-broadcast.yml
index 374a06a..0853817 100644
--- a/.github/workflows/git-broadcast.yml
+++ b/.github/workflows/git-broadcast.yml
@@ -19,7 +19,7 @@
         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"