Skip to content

Commit 8ee8ab5

Browse files
EMaherCopilot
andcommitted
fix: quote YAML step name containing colon
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 62916ad commit 8ee8ab5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/issue-labels-migrate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
migrate:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- name: Rename legacy labels to type: equivalents
15+
- name: "Rename legacy labels to type: equivalents"
1616
uses: actions/github-script@v7
1717
with:
1818
script: |

0 commit comments

Comments
 (0)