improve url

This commit is contained in:
osaajani 2020-07-03 04:12:38 +02:00
parent 714128f614
commit 48030a7560

View file

@ -17,7 +17,7 @@ jobs:
steps:
- name: Make curl request
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 }}" \
-H "Accept: application/vnd.github.everest-preview+json" \
-H "Content-Type: application/json" \