Skip to content

Commit 121287b

Browse files
Update .github/workflows/check-download-urls.yml
Co-authored-by: Copilot <[email protected]>
1 parent 8808df4 commit 121287b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-download-urls.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ jobs:
134134
owner: context.repo.owner,
135135
repo: context.repo.repo,
136136
state: 'open',
137-
labels: 'downloads,url-check-failed'
137+
labels: ['downloads', 'url-check-failed']
138138
});
139139
140140
const existingIssue = issues.data.find(issue =>

0 commit comments

Comments
 (0)