We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2dc187f commit 4dc4f6aCopy full SHA for 4dc4f6a
.github/workflows/create-outdated-packages-issue.yml
@@ -27,8 +27,8 @@ jobs:
27
with:
28
node-version: 22.x
29
30
+ # https://cli.github.com/manual/gh_issue_create
31
- run: |
- https://cli.github.com/manual/gh_issue_create
32
gh issue create --title "Issue report" --body "$NUM_OPEN_ISSUES issues remaining" --repo $GITHUB_REPOSITORY
33
env:
34
GH_TOKEN: ${{ github.token }}
0 commit comments