Update trigger_rebuild.yaml

This commit is contained in:
2025-01-22 16:08:50 +00:00
committed by GitHub
parent c59f57482c
commit d9f457029b

View File

@@ -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"