reference fixed
This commit is contained in:
parent
61375d91b6
commit
da70ea70c4
1 changed files with 3 additions and 3 deletions
6
.github/workflows/tom-select-update.yml
vendored
6
.github/workflows/tom-select-update.yml
vendored
|
|
@ -7,7 +7,7 @@ on:
|
||||||
- 'VENDORS.md'
|
- 'VENDORS.md'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
update-vendors:
|
tom-select-update:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
|
|
@ -24,13 +24,13 @@ jobs:
|
||||||
node-version: '20'
|
node-version: '20'
|
||||||
|
|
||||||
- name: Check and update vendor files
|
- name: Check and update vendor files
|
||||||
run: node .github/scripts/update-vendors.js
|
run: node .github/scripts/tom-select-update.js
|
||||||
|
|
||||||
- name: Commit and push to PR branch
|
- name: Commit and push to PR branch
|
||||||
id: commit
|
id: commit
|
||||||
run: |
|
run: |
|
||||||
BASE_BRANCH="${{ github.ref_name }}"
|
BASE_BRANCH="${{ github.ref_name }}"
|
||||||
PR_BRANCH="update-vendors-${BASE_BRANCH}"
|
PR_BRANCH="tom-select-update-${BASE_BRANCH}"
|
||||||
|
|
||||||
git config user.name "github-actions[bot]"
|
git config user.name "github-actions[bot]"
|
||||||
git config user.email "github-actions[bot]@users.noreply.github.com"
|
git config user.email "github-actions[bot]@users.noreply.github.com"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue