Skip to content

Commit 5c652ca

Browse files
committed
Update update-inputs.yml
1 parent 60ee75d commit 5c652ca

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

.github/workflows/update-inputs.yml

+10-6
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Update Inputs
1+
name: Update Permission Inputs
22

33
on:
44
pull_request:
@@ -12,15 +12,19 @@ concurrency:
1212
cancel-in-progress: true
1313

1414
jobs:
15-
update-inputs:
16-
name: Update Inputs
15+
update-permission-inputs:
1716
runs-on: ubuntu-latest
1817
steps:
1918
- uses: actions/checkout@v4
2019
- uses: actions/setup-node@v4
2120
with:
2221
node-version-file: .node-version
2322
cache: 'npm'
24-
- run: npm ci
25-
- run: node scripts/update-inputs.js
26-
- uses: stefanzweifel/git-auto-commit-action@e348103e9026cc0eee72ae06630dbe30c8bf7a79 # v5.1.0
23+
- name: Install dependencies
24+
run: npm ci
25+
- name: Run permission inputs update script
26+
run: node scripts/update-permission-inputs.js
27+
- name: Commit changes
28+
uses: stefanzweifel/git-auto-commit-action@e348103e9026cc0eee72ae06630dbe30c8bf7a79 # v5.1.0
29+
with:
30+
commit_message: 'feat: update permission inputs'

0 commit comments

Comments
 (0)