mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-28 21:36:49 +01:00
fix: Icon preview comment workflow
This commit is contained in:
4
.github/workflows/comment-icon-preview.yml
vendored
4
.github/workflows/comment-icon-preview.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user