mirror of
https://github.com/Cian-H/my_nvim_config.git
synced 2025-12-22 20:21:57 +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:
|
||||
- name: Trigger rebuild
|
||||
run: |
|
||||
curl -L \
|
||||
-X POST \
|
||||
gh api \
|
||||
--method POST \
|
||||
-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" \
|
||||
https://api.github.com/repos/Cian-H/my_nvim/dispatches \
|
||||
-d '{"event_type":"rebuild-container"}'
|
||||
/repos/CianH/my_nvim/dispatches \
|
||||
-f "event_type=on-demand-test" -F "client_payload[unit]=false" -F "client_payload[integration]=true"
|
||||
|
||||
Reference in New Issue
Block a user