diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 0b6cabc..ce2cd81 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -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 diff --git a/.github/workflows/sync-labels.yml b/.github/workflows/sync-labels.yml index e755d76..d6a0c39 100644 --- a/.github/workflows/sync-labels.yml +++ b/.github/workflows/sync-labels.yml @@ -6,7 +6,7 @@ on: workflow_call: secrets: GITHUB_TOKEN: - description: "GitHub token" + description: 'GitHub token' required: true permissions: