We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bfd953 commit 7f14968Copy full SHA for 7f14968
.github/workflows/create-outdated-packages-issue.yml
@@ -68,7 +68,7 @@ jobs:
68
env:
69
ISSUE_HASH: ${{ steps.check-existing-issue.outputs.ISSUE_HASH }}
70
71
- - name: "${{ steps.check-existing-issue.outputs.ISSUE_NUMBER != '' ? 'update' : 'create' }} issue"
+ - name: "create/update issue"
72
if: ${{ steps.check-existing-issue.outputs.ISSUE_HASH != '' }}
73
run: |
74
$content = Get-Content report.md;
0 commit comments