Merge pull request #4908 from scruplelesswizard/fix-artifact-comments

Fix duplicate PR comments
This commit is contained in:
Thomas Göttgens 2024-09-30 11:55:35 +02:00 committed by GitHub
commit fd6e8613c6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -235,7 +235,7 @@ jobs:
path: ./*.elf path: ./*.elf
retention-days: 30 retention-days: 30
- uses: PicoCentauri/comment-artifact@main - uses: scruplelesswizard/comment-artifact@main
with: with:
name: firmware-${{ steps.version.outputs.version }} name: firmware-${{ steps.version.outputs.version }}
description: "Download firmware-${{ steps.version.outputs.version }}.zip. This artifact will be available for 90 days from creation" description: "Download firmware-${{ steps.version.outputs.version }}.zip. This artifact will be available for 90 days from creation"