mirror of
https://github.com/Cian-H/my_nvim_config.git
synced 2025-12-23 20:51:56 +00:00
Update trigger_rebuild.yaml
This commit is contained in:
10
.github/workflows/trigger_rebuild.yaml
vendored
10
.github/workflows/trigger_rebuild.yaml
vendored
@@ -11,11 +11,9 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Trigger rebuild
|
- name: Trigger rebuild
|
||||||
run: |
|
run: |
|
||||||
curl -L \
|
gh api \
|
||||||
-X POST \
|
--method POST \
|
||||||
-H "Accept: application/vnd.github+json" \
|
-H "Accept: application/vnd.github+json" \
|
||||||
-H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}" \
|
|
||||||
-H "Content-Type: application/json" \
|
|
||||||
-H "X-GitHub-Api-Version: 2022-11-28" \
|
-H "X-GitHub-Api-Version: 2022-11-28" \
|
||||||
https://api.github.com/repos/Cian-H/my_nvim/dispatches \
|
/repos/CianH/my_nvim/dispatches \
|
||||||
-d '{"event_type":"rebuild-container"}'
|
-f "event_type=on-demand-test" -F "client_payload[unit]=false" -F "client_payload[integration]=true"
|
||||||
|
|||||||
Reference in New Issue
Block a user