Skip to content

Commit 1d89d41

Browse files
committed
🐛 should include quotes in yaml
1 parent 2ab3709 commit 1d89d41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/git-broadcast.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
node-version: '16'
2020
- name: broadcast master changes to satellite branches
2121
env:
22-
DEBUG: *
22+
DEBUG: '*'
2323
RUN_NUMBER: ${{ github.run_number }}
2424
run: |
2525
git config --global user.name "Git Broadcast"

0 commit comments

Comments
 (0)