Skip to content

Commit c3ca8d8

Browse files
committed
t
1 parent 026a6e8 commit c3ca8d8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ jobs:
7676
- name: create/update issue
7777
if: ${{ steps.check-existing-issue.outputs.ISSUE_HASH != '' }}
7878
run: |
79-
echo "issue: $($env:ISSUE_NUMBER)"
8079
if($env:ISSUE_NUMBER -eq '') {
8180
gh issue create --title "Outdated packages" --body-file report.md $content --repo ${{ github.repository }};
8281
} else {

0 commit comments

Comments
 (0)