Merge pull request #7 from TobenderZephyr/TobenderZephyr-patch-2
Update node.js.yml
This commit is contained in:
9
.github/workflows/node.js.yml
vendored
9
.github/workflows/node.js.yml
vendored
@ -28,3 +28,12 @@ jobs:
|
||||
- run: npm ci
|
||||
- run: npm run build --if-present
|
||||
- run: npm test
|
||||
deploy:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Deploy
|
||||
run: |
|
||||
curl -X POST https://api.github.com/repos/TobenderZephyr/dsabot-docker/dispatches \
|
||||
-H 'Accept: application/vnd.github.everest-preview+json' \
|
||||
-u ${{ secrets.ACCESS_TOKEN }} \
|
||||
--data '{"event_type": "ping", "client_payload": { "repository": "'"$GITHUB_REPOSITORY"'" }}'
|
||||
|
Reference in New Issue
Block a user