Add details summary markdown GitHub comment (#1024)

* Add details and summary github comment

* optimize icons

* test

* replace back main domain

* Revert "optimize icons"

This reverts commit a7e9186a09.
This commit is contained in:
Eric Fennis
2023-04-08 12:21:35 +02:00
committed by GitHub
parent 7a26dddbcb
commit ee7ee203e6

View File

@@ -1,4 +1,4 @@
name: Pull request comment
name: Add Changed Icons comment
on:
pull_request_target:
@@ -10,7 +10,7 @@ permissions:
contents: write
jobs:
Explore-GitHub-Actions:
add-changed-icons-comment:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
@@ -49,7 +49,9 @@ jobs:
comment-id: ${{ steps.fc.outputs.comment-id }}
issue-number: ${{ github.event.pull_request.number }}
body: |
Added or changed icons
### Added or changed icons
<details>
<summary>Icon X-rays</summary>
${{ steps.generate-comment.outputs.body }}
</details>
edit-mode: replace