Skip to content

Commit fb9eafc

Browse files
committed
test
1 parent eca46fa commit fb9eafc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
node-version: 22.x
3131

3232
- name: check existing issue
33+
id: check-existing-issue
3334
run: |
3435
$json = gh issue list --search "in:body *${{ env.REPORT_ID }}*" --repo ${{ github.repository }} --app github-actions --state open --json id,number,body | ConvertFrom-Json
3536
if($json.body -eq $null) {
@@ -68,7 +69,7 @@ jobs:
6869
6970
$($json.markdown)" | Out-File report.md
7071
echo "Changes detected and saved to report.md. Continuing..."
71-
echo "Changes $($env:ISSUE_HASH)"
72+
echo "Changes $($env:ISSUE_HASH) ${{ steps.check-existing-issue.outputs.ISSUE_HASH }}"
7273
shell: pwsh
7374
working-directory: ${{ env.WORKING_DIR }}
7475
env:

0 commit comments

Comments
 (0)