Skip to content

Commit 2216a6d

Browse files
committed
fix comment_tag warning, add workflow dispatch
1 parent 3c0205f commit 2216a6d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/check-packs.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
on:
2+
workflow_dispatch:
23
pull_request:
34

45
permissions:
@@ -52,7 +53,7 @@ jobs:
5253
```diff
5354
${{ steps.check-packs.outputs.errors }}
5455
```
55-
comment_tag: check-packs
56+
comment-tag: check-packs
5657
- name: Delete comment
5758
uses: thollander/actions-comment-pull-request@e2c37e53a7d2227b61585343765f73a9ca57eda9
5859
if: ${{ !steps.check-packs.outputs.errors }}
@@ -64,4 +65,4 @@ jobs:
6465
```diff
6566
${{ steps.check-packs.outputs.errors }}
6667
```
67-
comment_tag: check-packs
68+
comment-tag: check-packs

0 commit comments

Comments
 (0)