- move pr collection into npm module
(publish without any furhter notes or docs) - refactor action to use npm dependency
This commit is contained in:
@@ -28,6 +28,10 @@ jobs:
|
||||
|
||||
- name: Run NPM
|
||||
run: |
|
||||
cd pr-collector
|
||||
npm run all
|
||||
|
||||
cd ..
|
||||
npm run all
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
Reference in New Issue
Block a user