commit d18aa85ca96eed77bc320ec2783c6cb16a48ab7b parent a3e4851dafe58989326d86f034808e48b1a1fd3d Author: MTRNord <mtrnord1@gmail.com> Date: Tue, 11 Apr 2023 23:19:06 +0200 Make action.yml pass checks Diffstat:
| M | action.yml | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/action.yml b/action.yml @@ -16,7 +16,7 @@ inputs: default: "warning" repo-token: required: false - description: "The github token to use. Usually this is `${{ secrets.GITHUB_TOKEN }}`" + description: "The github token to use. Usually this is `secrets.GITHUB_TOKEN` if not defined" default: ${{ github.token }} runs: using: "node16"