diff --git a/biome-check/action.yml b/biome-check/action.yml index 2ddb648..be92364 100644 --- a/biome-check/action.yml +++ b/biome-check/action.yml @@ -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 diff --git a/php-composer/action.yml b/php-composer/action.yml index 58b6b24..790b88c 100644 --- a/php-composer/action.yml +++ b/php-composer/action.yml @@ -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 diff --git a/pr-lint/action.yml b/pr-lint/action.yml index ae1c37b..a03b881 100644 --- a/pr-lint/action.yml +++ b/pr-lint/action.yml @@ -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 }} diff --git a/stale/action.yml b/stale/action.yml index 2a8c9bc..b8e7e61 100644 --- a/stale/action.yml +++ b/stale/action.yml @@ -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 }}