We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eeaaaf0 commit afd612eCopy full SHA for afd612e
.github/workflows/check-packs.yml
@@ -45,7 +45,7 @@ jobs:
45
panther_analysis_tool check-packs || echo "errors=`cat errors.txt`" >> $GITHUB_OUTPUT
46
47
- name: Comment PR
48
- uses: thollander/actions-comment-pull-request@e2c37e53a7d2227b61585343765f73a9ca57eda9
+ uses: thollander/actions-comment-pull-request@24bffb9b452ba05a4f3f77933840a6a841d1b32b
49
if: ${{ steps.check-packs.outputs.errors }}
50
with:
51
mode: upsert
@@ -57,7 +57,7 @@ jobs:
57
```
58
comment-tag: check-packs
59
- name: Delete comment
60
61
if: ${{ !steps.check-packs.outputs.errors }}
62
63
mode: delete
0 commit comments