mirror of
https://github.com/ivuorinen/actions.git
synced 2026-02-09 00:45:24 +00:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
81f54fda92 |
@@ -46,7 +46,7 @@ runs:
|
|||||||
- name: Validate Inputs (Centralized)
|
- name: Validate Inputs (Centralized)
|
||||||
uses: ivuorinen/actions/validate-inputs@7061aafd35a2f21b57653e34f2b634b2a19334a9
|
uses: ivuorinen/actions/validate-inputs@7061aafd35a2f21b57653e34f2b634b2a19334a9
|
||||||
with:
|
with:
|
||||||
action: biome-check
|
action-type: biome-check
|
||||||
|
|
||||||
- name: Validate Inputs (Additional)
|
- name: Validate Inputs (Additional)
|
||||||
id: validate
|
id: validate
|
||||||
|
|||||||
@@ -81,7 +81,7 @@ runs:
|
|||||||
id: validate
|
id: validate
|
||||||
uses: ivuorinen/actions/validate-inputs@7061aafd35a2f21b57653e34f2b634b2a19334a9
|
uses: ivuorinen/actions/validate-inputs@7061aafd35a2f21b57653e34f2b634b2a19334a9
|
||||||
with:
|
with:
|
||||||
action: php-composer
|
action-type: php-composer
|
||||||
|
|
||||||
- name: Setup PHP
|
- name: Setup PHP
|
||||||
id: php
|
id: php
|
||||||
|
|||||||
@@ -42,7 +42,7 @@ runs:
|
|||||||
id: validate
|
id: validate
|
||||||
uses: ivuorinen/actions/validate-inputs@7061aafd35a2f21b57653e34f2b634b2a19334a9
|
uses: ivuorinen/actions/validate-inputs@7061aafd35a2f21b57653e34f2b634b2a19334a9
|
||||||
with:
|
with:
|
||||||
action: pr-lint
|
action-type: pr-lint
|
||||||
token: ${{ inputs.token }}
|
token: ${{ inputs.token }}
|
||||||
username: ${{ inputs.username }}
|
username: ${{ inputs.username }}
|
||||||
email: ${{ inputs.email }}
|
email: ${{ inputs.email }}
|
||||||
|
|||||||
@@ -45,7 +45,7 @@ runs:
|
|||||||
id: validate
|
id: validate
|
||||||
uses: ivuorinen/actions/validate-inputs@7061aafd35a2f21b57653e34f2b634b2a19334a9
|
uses: ivuorinen/actions/validate-inputs@7061aafd35a2f21b57653e34f2b634b2a19334a9
|
||||||
with:
|
with:
|
||||||
action: 'stale'
|
action-type: 'stale'
|
||||||
token: ${{ inputs.token || github.token }}
|
token: ${{ inputs.token || github.token }}
|
||||||
days-before-stale: ${{ inputs.days-before-stale }}
|
days-before-stale: ${{ inputs.days-before-stale }}
|
||||||
days-before-close: ${{ inputs.days-before-close }}
|
days-before-close: ${{ inputs.days-before-close }}
|
||||||
|
|||||||
Reference in New Issue
Block a user