mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-05-02 22:36:29 +02:00
improve url
This commit is contained in:
parent
714128f614
commit
48030a7560
1 changed files with 1 additions and 1 deletions
2
.github/workflows/trigger_deb_build.yml
vendored
2
.github/workflows/trigger_deb_build.yml
vendored
|
@ -17,7 +17,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Make curl request
|
- name: Make curl request
|
||||||
run: |
|
run: |
|
||||||
curl -X POST "https://api.github.com/repos/${{ secrets.DEB_REPOSITORY }}/dispatches" \
|
curl -X POST 'https://api.github.com/repos/${{ secrets.DEB_REPOSITORY }}/dispatches' \
|
||||||
-u "${{ secrets.DEB_ACCESS_TOKEN }}" \
|
-u "${{ secrets.DEB_ACCESS_TOKEN }}" \
|
||||||
-H "Accept: application/vnd.github.everest-preview+json" \
|
-H "Accept: application/vnd.github.everest-preview+json" \
|
||||||
-H "Content-Type: application/json" \
|
-H "Content-Type: application/json" \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue