From 633a83664c50eadb062cc7beaf2b15a774c5bed1 Mon Sep 17 00:00:00 2001 From: Shakar <5h4k4r.b4kr@gmail.com> Date: Tue, 19 Sep 2023 10:28:03 +0300 Subject: [PATCH] Don't send `filePath` input to test out it's functionality Signed-off-by: Shakar <5h4k4r.b4kr@gmail.com> --- .github/workflows/main.yaml | 1 - action.yml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) 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