reference fixed

This commit is contained in:
mic 2026-02-27 22:18:41 +01:00
parent 61375d91b6
commit da70ea70c4

View file

@ -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"