Skip to content

Commit 9f85fc1

Browse files
authored
Fix Yaml (quote title of issue to enable us of colon)
1 parent 83d0957 commit 9f85fc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pattern-metrics.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
- name: Create issue
8383
uses: peter-evans/create-issue-from-file@v4
8484
with:
85-
title: Monthly Metrics: New Issues + New Pull Requests ${{ env.last_month }}
85+
title: "Monthly Metrics: New Issues + New Pull Requests ${{ env.last_month }}"
8686
token: ${{ secrets.GITHUB_TOKEN }}
8787
content-filepath: ./all.md
8888
assignees: spier

0 commit comments

Comments
 (0)