We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 52562ae + 9f4366a commit 2a7dd9cCopy full SHA for 2a7dd9c
.github/workflows/check-packs.yml
@@ -42,7 +42,7 @@ jobs:
42
panther_analysis_tool check-packs || echo "errors=`cat errors.txt`" >> $GITHUB_OUTPUT
43
44
- name: Comment PR
45
- uses: thollander/actions-comment-pull-request@fabd468d3a1a0b97feee5f6b9e499eab0dd903f6
+ uses: thollander/actions-comment-pull-request@e2c37e53a7d2227b61585343765f73a9ca57eda9
46
if: ${{ steps.check-packs.outputs.errors }}
47
with:
48
mode: upsert
@@ -54,7 +54,7 @@ jobs:
54
```
55
comment_tag: check-packs
56
- name: Delete comment
57
58
if: ${{ !steps.check-packs.outputs.errors }}
59
60
mode: delete
0 commit comments