feat: standardize validate-inputs parameter to action-type (#309)

This commit is contained in:
Copilot
2025-10-25 18:14:42 +03:00
committed by GitHub
parent a09e59aa7c
commit 81f54fda92
4 changed files with 4 additions and 4 deletions

View File

@@ -46,7 +46,7 @@ runs:
- name: Validate Inputs (Centralized)
uses: ivuorinen/actions/validate-inputs@7061aafd35a2f21b57653e34f2b634b2a19334a9
with:
action: biome-check
action-type: biome-check
- name: Validate Inputs (Additional)
id: validate

View File

@@ -81,7 +81,7 @@ runs:
id: validate
uses: ivuorinen/actions/validate-inputs@7061aafd35a2f21b57653e34f2b634b2a19334a9
with:
action: php-composer
action-type: php-composer
- name: Setup PHP
id: php

View File

@@ -42,7 +42,7 @@ runs:
id: validate
uses: ivuorinen/actions/validate-inputs@7061aafd35a2f21b57653e34f2b634b2a19334a9
with:
action: pr-lint
action-type: pr-lint
token: ${{ inputs.token }}
username: ${{ inputs.username }}
email: ${{ inputs.email }}

View File

@@ -45,7 +45,7 @@ runs:
id: validate
uses: ivuorinen/actions/validate-inputs@7061aafd35a2f21b57653e34f2b634b2a19334a9
with:
action: 'stale'
action-type: 'stale'
token: ${{ inputs.token || github.token }}
days-before-stale: ${{ inputs.days-before-stale }}
days-before-close: ${{ inputs.days-before-close }}