We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ab3709 commit 1d89d41Copy full SHA for 1d89d41
.github/workflows/git-broadcast.yml
@@ -19,7 +19,7 @@ jobs:
19
node-version: '16'
20
- name: broadcast master changes to satellite branches
21
env:
22
- DEBUG: *
+ DEBUG: '*'
23
RUN_NUMBER: ${{ github.run_number }}
24
run: |
25
git config --global user.name "Git Broadcast"
0 commit comments