Skip to content

Commit 9e4b37a

Browse files
committed
Fix invalid action.yml
1 parent e9b88fa commit 9e4b37a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: This action upserts HTML in GitHub issue or pull request comments u
33
author: Hunter Tunnicliff
44
runs:
55
using: node20
6-
main: lib/index.js
6+
main: dist/index.js
77
inputs:
88
token:
99
description: GitHub token

0 commit comments

Comments
 (0)