Fix curl command (#51)

This commit is contained in:
Valeria Bagisheva 2023-11-10 11:17:48 +03:00 committed by GitHub
parent 192dc275f8
commit 8d7072bc00
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,8 +32,8 @@ jobs:
run: |
echo "${{ steps.list-branches.outputs.json_output }}"
curl \
-X POST \
curl \
-X POST \
-u "${{ secrets.USERNAME}}:${{secrets.TOKEN}}" \
"https://api.github.com/repos/ONLYOFFICE/DocSpace-buildtools/dispatches" \
-H "Accept: application/vnd.github.everest-preview+json" \