mirror of
https://github.com/ditkrg/project-version-check.git
synced 2026-01-22 22:06:42 +00:00
Don't send filePath input to test out it's functionality
Signed-off-by: Shakar <5h4k4r.b4kr@gmail.com>
This commit is contained in:
parent
383094e32d
commit
633a83664c
1
.github/workflows/main.yaml
vendored
1
.github/workflows/main.yaml
vendored
@ -27,7 +27,6 @@ jobs:
|
||||
id: hello
|
||||
with:
|
||||
label: minor
|
||||
filePath: package.json
|
||||
githubToken: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
# ${{ github.event.label.name }}
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user