improve url
This commit is contained in:
parent
714128f614
commit
48030a7560
|
@ -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…
Reference in New Issue