Update update-inputs.yml
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
name: Update Inputs
|
name: Update Permission Inputs
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
@@ -12,8 +12,7 @@ concurrency:
|
|||||||
cancel-in-progress: true
|
cancel-in-progress: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
update-inputs:
|
update-permission-inputs:
|
||||||
name: Update Inputs
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
@@ -21,6 +20,11 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
node-version-file: .node-version
|
node-version-file: .node-version
|
||||||
cache: 'npm'
|
cache: 'npm'
|
||||||
- run: npm ci
|
- name: Install dependencies
|
||||||
- run: node scripts/update-inputs.js
|
run: npm ci
|
||||||
- uses: stefanzweifel/git-auto-commit-action@e348103e9026cc0eee72ae06630dbe30c8bf7a79 # v5.1.0
|
- name: Run permission inputs update script
|
||||||
|
run: node scripts/update-permission-inputs.js
|
||||||
|
- name: Commit changes
|
||||||
|
uses: stefanzweifel/git-auto-commit-action@e348103e9026cc0eee72ae06630dbe30c8bf7a79 # v5.1.0
|
||||||
|
with:
|
||||||
|
commit_message: 'feat: update permission inputs'
|
||||||
|
|||||||
Reference in New Issue
Block a user