Update trigger_rebuild.yaml

This commit is contained in:
2025-01-22 15:35:56 +00:00
committed by GitHub
parent 4f089ac293
commit 23b66d5837

View File

@@ -11,6 +11,13 @@ jobs:
steps: steps:
- name: Trigger container rebuild - name: Trigger container rebuild
run: | run: |
curl -L \
-X GET \
-H "Accept: application/vnd.github+json" \
-H "Authorization: Bearer ${{ secrets.PAT_TOKEN }}" \
-H "X-GitHub-Api-Version: 2022-11-28" \
https://api.github.com/repos/Cian-H/my_nvim
response=$(curl -L \ response=$(curl -L \
-X POST \ -X POST \
-H "Accept: application/vnd.github+json" \ -H "Accept: application/vnd.github+json" \