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'
|
||||
|
||||
jobs:
|
||||
update-vendors:
|
||||
tom-select-update:
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
contents: write
|
||||
|
|
@ -24,13 +24,13 @@ jobs:
|
|||
node-version: '20'
|
||||
|
||||
- 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
|
||||
id: commit
|
||||
run: |
|
||||
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.email "github-actions[bot]@users.noreply.github.com"
|
||||
|
|
|
|||
Loading…
Reference in a new issue