From 09498b60794fe11930f40184d418fcfa17a3176e Mon Sep 17 00:00:00 2001 From: arashagp Date: Thu, 2 Jan 2025 13:07:59 +0330 Subject: [PATCH] fix: standardize input parameter naming in workflows (#4) --- .github/workflows/release.yaml | 4 ++-- .github/workflows/sync-labels.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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: