| commit | 58b4bc4ae7e7676d7a8271eef19a4de15779a39d | [log] [tgz] |
|---|---|---|
| author | Davyd McColl <davydm@gmail.com> | Mon Mar 11 15:50:16 2024 +0200 |
| committer | Jan Friedrich <43271715+FreeAndNil@users.noreply.github.com> | Tue Mar 12 12:50:57 2024 +0100 |
| tree | addc7276fc6d779d02a6e050e0abd97e86cc47cf | |
| parent | 194f2596d07641b5da048e981105022784d4221e [diff] |
: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"