fix: standardize input parameter naming in workflows (#4)
This commit is contained in:
4
.github/workflows/release.yaml
vendored
4
.github/workflows/release.yaml
vendored
@@ -5,7 +5,7 @@ name: Build & Lint & Test & Release
|
||||
on:
|
||||
workflow_call:
|
||||
inputs:
|
||||
NODE_VERSION:
|
||||
node-version:
|
||||
description: 'Node.js version'
|
||||
required: true
|
||||
default: 'lts/*'
|
||||
@@ -56,7 +56,7 @@ jobs:
|
||||
- name: 🔧 Setup Node.js
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: ${{ inputs.NODE_VERSION }}
|
||||
node-version: ${{ inputs.node-version }}
|
||||
|
||||
- name: 🛠️ Setup Node.js Corepack
|
||||
run: corepack enable
|
||||
|
||||
2
.github/workflows/sync-labels.yml
vendored
2
.github/workflows/sync-labels.yml
vendored
@@ -6,7 +6,7 @@ on:
|
||||
workflow_call:
|
||||
secrets:
|
||||
GITHUB_TOKEN:
|
||||
description: "GitHub token"
|
||||
description: 'GitHub token'
|
||||
required: true
|
||||
|
||||
permissions:
|
||||
|
||||
Reference in New Issue
Block a user