From 4c6bdd21357e37b84d1b6180e99c8c9812c1470f Mon Sep 17 00:00:00 2001 From: TobenderZephyr Date: Sat, 17 Apr 2021 22:18:55 +0200 Subject: [PATCH] (fix) node.js.yml Workflow did not start because it did not find the `run` directive. --- .github/workflows/node.js.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index eb846ec..93746f9 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -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 }} \