Move github-helper script to new gh-helpers (#485)
This commit is contained in:
parent
ab93d0d082
commit
914ed6840b
3 changed files with 3 additions and 62 deletions
4
.github/workflows/update-helper.yml
vendored
4
.github/workflows/update-helper.yml
vendored
|
|
@ -15,8 +15,8 @@ jobs:
|
|||
uses: actions/setup-node@master
|
||||
with:
|
||||
node-version: 18.0.0
|
||||
- name: Install Github Actions toolkit
|
||||
run: npm i @actions/github
|
||||
- name: Install Github Actions helper
|
||||
run: npm i gh-helpers
|
||||
# The env vars contain the relevant trigger information, so we don't need to pass it
|
||||
- name: Runs helper
|
||||
run: cd .github/helper-bot && node index.js
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue