We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0135acd commit c013479Copy full SHA for c013479
1 file changed
.github/workflows/flux-diff.yml
@@ -31,11 +31,10 @@ jobs:
31
32
- if: ${{ steps.diff.outputs.diff != '' }}
33
name: Add comment
34
- uses: mshick/add-pr-comment@8e4927817251f1ff60c001f04568532b38e0b4a0 # v3.11.0
+ uses: immich-app/devtools/actions/sticky-comment@0135acd12ad9f3369b94a2aa3c0ae8c835a4e926 # sticky-comment-action-v1.0.0
35
with:
36
- message-id: "${{ github.event.pull_request.number }}/${{ matrix.path }}/${{ matrix.resource }}"
37
- message-failure: Diff was not successful
38
- message: |
+ id: "flux-diff/${{ matrix.path }}/${{ matrix.resource }}"
+ body: |
39
```diff
40
${{ steps.diff.outputs.diff }}
41
```
0 commit comments