diff --git a/.github/workflows/trigger_deb_build.yml b/.github/workflows/trigger_deb_build.yml index 1a47682..6860c95 100644 --- a/.github/workflows/trigger_deb_build.yml +++ b/.github/workflows/trigger_deb_build.yml @@ -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" \