mirror of
https://github.com/Cian-H/my_nvim_config.git
synced 2025-12-23 04:31:57 +00:00
Update trigger_rebuild.yaml
This commit is contained in:
7
.github/workflows/trigger_rebuild.yaml
vendored
7
.github/workflows/trigger_rebuild.yaml
vendored
@@ -11,6 +11,13 @@ jobs:
|
||||
steps:
|
||||
- name: Trigger container rebuild
|
||||
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 \
|
||||
-X POST \
|
||||
-H "Accept: application/vnd.github+json" \
|
||||
|
||||
Reference in New Issue
Block a user