Update trigger_rebuild.yaml

This commit is contained in:
2025-01-22 15:29:15 +00:00
committed by GitHub
parent 38383ce662
commit 4f089ac293

View File

@@ -18,7 +18,7 @@ jobs:
-H "X-GitHub-Api-Version: 2022-11-28" \
-w "%{http_code}" \
-o /dev/null \
https://api.github.com/repos/OWNER/REPO/dispatches \
https://api.github.com/repos/Cian-H/my_nvim/dispatches \
-d '{"event_type":"rebuild-container","client_payload":{"repository":"${{ github.repository }}"}}')
if [ "$response" -ne 200 ]; then