Skip to content

Commit 7f14968

Browse files
committed
s
1 parent 0bfd953 commit 7f14968

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
@@ -68,7 +68,7 @@ jobs:
6868
env:
6969
ISSUE_HASH: ${{ steps.check-existing-issue.outputs.ISSUE_HASH }}
7070

71-
- name: "${{ steps.check-existing-issue.outputs.ISSUE_NUMBER != '' ? 'update' : 'create' }} issue"
71+
- name: "create/update issue"
7272
if: ${{ steps.check-existing-issue.outputs.ISSUE_HASH != '' }}
7373
run: |
7474
$content = Get-Content report.md;

0 commit comments

Comments
 (0)