mirror of
https://github.com/ditkrg/project-version-check.git
synced 2026-01-23 06:16:41 +00:00
rename repoToken to githubToken
Signed-off-by: Shakar <5h4k4r.b4kr@gmail.com>
This commit is contained in:
parent
ba0a44fe51
commit
6a355c1ef1
2
.github/workflows/main.yaml
vendored
2
.github/workflows/main.yaml
vendored
@ -31,7 +31,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
label: minor
|
label: minor
|
||||||
filePath: package.json
|
filePath: package.json
|
||||||
repoToken: ${{ secrets.GITHUB_TOKEN }}
|
githubToken: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
# ${{ github.event.label.name }}
|
# ${{ github.event.label.name }}
|
||||||
- name: Get the output time
|
- name: Get the output time
|
||||||
|
|||||||
@ -7,7 +7,7 @@ inputs:
|
|||||||
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: true
|
||||||
repoToken:
|
githubToken:
|
||||||
description: GitHub repository token
|
description: GitHub repository token
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
@ -18,6 +18,3 @@ outputs:
|
|||||||
runs:
|
runs:
|
||||||
using: "node20"
|
using: "node20"
|
||||||
main: "index.js"
|
main: "index.js"
|
||||||
branding:
|
|
||||||
icon: "mic"
|
|
||||||
color: "green"
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user