fix: Icon preview comment workflow

This commit is contained in:
Eric Fennis
2025-03-07 12:25:36 +01:00
parent 3d29ab9279
commit 3aab3b9b08

View File

@@ -38,7 +38,7 @@ jobs:
run: unzip pr_number.zip
- name: 'Get PR number'
run: cat "pr_number"
run: cat "NR"
id: pr-number
- name: Find Comment
@@ -54,5 +54,5 @@ jobs:
with:
comment-id: ${{ steps.pr-comment.outputs.comment-id }}
issue-number: ${{ steps.pr-number.outputs.stdout }}
body-path: pr_number/comment-markup.md
body-path: comment-markup.md
edit-mode: replace