We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 026a6e8 commit c3ca8d8Copy full SHA for c3ca8d8
.github/workflows/create-outdated-packages-issue.yml
@@ -76,7 +76,6 @@ jobs:
76
- name: create/update issue
77
if: ${{ steps.check-existing-issue.outputs.ISSUE_HASH != '' }}
78
run: |
79
- echo "issue: $($env:ISSUE_NUMBER)"
80
if($env:ISSUE_NUMBER -eq '') {
81
gh issue create --title "Outdated packages" --body-file report.md $content --repo ${{ github.repository }};
82
} else {
0 commit comments