fix
This commit is contained in:
6
.github/workflows/dispatch.yml
vendored
6
.github/workflows/dispatch.yml
vendored
@@ -17,11 +17,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Trigger Compile
|
- name: Trigger Compile
|
||||||
run: |
|
run: |
|
||||||
if [ '${{ matrix.device }}' = 'r1s' ]; then
|
branch='master';
|
||||||
branch='18.06';
|
|
||||||
else
|
|
||||||
branch='master';
|
|
||||||
fi
|
|
||||||
curl \
|
curl \
|
||||||
-X POST https://api.github.com/repos/${{ github.repository }}/dispatches \
|
-X POST https://api.github.com/repos/${{ github.repository }}/dispatches \
|
||||||
-H "Accept: application/vnd.github.everest-preview+json" \
|
-H "Accept: application/vnd.github.everest-preview+json" \
|
||||||
|
|||||||
Reference in New Issue
Block a user