Skip to content

Commit 4dc4f6a

Browse files
committed
t2
1 parent 2dc187f commit 4dc4f6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create-outdated-packages-issue.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ jobs:
2727
with:
2828
node-version: 22.x
2929

30+
# https://cli.github.com/manual/gh_issue_create
3031
- run: |
31-
https://cli.github.com/manual/gh_issue_create
3232
gh issue create --title "Issue report" --body "$NUM_OPEN_ISSUES issues remaining" --repo $GITHUB_REPOSITORY
3333
env:
3434
GH_TOKEN: ${{ github.token }}

0 commit comments

Comments
 (0)