diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 75e9686..4c340c2 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -27,7 +27,6 @@ jobs: id: hello with: label: minor - filePath: package.json githubToken: ${{ secrets.GITHUB_TOKEN }} # ${{ github.event.label.name }} diff --git a/action.yml b/action.yml index 2561992..1c0992f 100644 --- a/action.yml +++ b/action.yml @@ -6,7 +6,7 @@ inputs: required: false filePath: description: "File path of the project info (e.g: package.json) relative to the root directory of the repository." - required: true + required: false githubToken: description: GitHub repository token required: true