Skip to content

Commit

Permalink
ci: Fix invalid filename
Browse files Browse the repository at this point in the history
  • Loading branch information
oliversalzburg committed Feb 4, 2023
1 parent c13585e commit d7fe93f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/action-label-manager/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ inputs:
description: Needs `secrets.GITHUB_TOKEN` to talk to the API.
runs:
using: "node16"
main: "build/main.js"
main: "build/main.mjs"

0 comments on commit d7fe93f

Please sign in to comment.