name: "go-task/setup-task" description: "Download Task and add it to the PATH" author: "Task" branding: icon: "box" color: "blue" inputs: version: description: "Version to use. Example: 3.4.2" required: true default: "3.x" repo-token: description: "Token with permissions to do repo things" required: false default: "${{ github.token }}" runs: using: "node20" main: "dist/index.js"