Commit 690c5bb
authored
Fix needs_release_notes.yml workflow (#3824)
Remove a leading "-" character that violated github-actions-flavored yaml syntax.
This should prevent email spam from failing workflows, and also prevent the workflow itself
from failing.1 parent 79d552a commit 690c5bb
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
| 4 | + | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
0 commit comments