Don't send filePath input to test out it's functionality

Signed-off-by: Shakar <5h4k4r.b4kr@gmail.com>
This commit is contained in:
Shakar 2023-09-19 10:28:03 +03:00
parent 383094e32d
commit 633a83664c
No known key found for this signature in database
GPG Key ID: DA55A26823AE3C28
2 changed files with 1 additions and 2 deletions

View File

@ -27,7 +27,6 @@ jobs:
id: hello id: hello
with: with:
label: minor label: minor
filePath: package.json
githubToken: ${{ secrets.GITHUB_TOKEN }} githubToken: ${{ secrets.GITHUB_TOKEN }}
# ${{ github.event.label.name }} # ${{ github.event.label.name }}

View File

@ -6,7 +6,7 @@ inputs:
required: false required: false
filePath: filePath:
description: "File path of the project info (e.g: package.json) relative to the root directory of the repository." description: "File path of the project info (e.g: package.json) relative to the root directory of the repository."
required: true required: false
githubToken: githubToken:
description: GitHub repository token description: GitHub repository token
required: true required: true