diff options
| author | hathach <[email protected]> | 2020-01-04 00:12:03 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2020-01-04 00:12:03 +0700 |
| commit | 6f03617ff56a4c057bbf846500f2c33cbe1d6d1d (patch) | |
| tree | aaa583acfeac0068342a719a3b54ffb80d106b0d /.github | |
| parent | 4282a0d96aef028f0557de18aa022ea84829d155 (diff) | |
curl
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d27896f7d..1e41d6006 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -59,4 +59,5 @@ jobs: steps: - name: Trigger mynewt-tinyusb-example shell: bash - run: curl -X POST -H "Authorization: token ${{ secrets.MYNEWT_EXAMPLE_TOKEN }}" -H "Accept: application/vnd.github.everest-preview+json" -H "Content-Type: application/json" --data '{"event_type": "rebuild"}' https://api.github.com/repos/hathach/mynewt-tinyusb-example/dispatches + run: | + curl -X POST -H "Authorization: token ${{ secrets.MYNEWT_EXAMPLE_TOKEN }}" -H "Accept: application/vnd.github.everest-preview+json" -H "Content-Type: application/json" --data '{"event_type": "rebuild"}' https://api.github.com/repos/hathach/mynewt-tinyusb-example/dispatches |
