Skip to content

Commit

Permalink
fix: fixed action entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
arctic-hen7 committed Jan 8, 2022
1 parent a2c0a47 commit 4ccc391
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: "Tribble Bot"
description: "An action that automatically triages issues created with Tribble."
runs:
using: "node12"
main: "action.js"
main: "dist/index.js"
branding:
icon: "tag"
color: "purple"

0 comments on commit 4ccc391

Please sign in to comment.