(fix) node.js.yml

Workflow did not start because it did not find the `run` directive.
This commit is contained in:
2021-04-17 22:18:55 +02:00
committed by GitHub
parent daf5fcf0a1
commit 4c6bdd2135

View File

@ -32,7 +32,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Deploy
- run: |
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 }} \