Skip to content

Commit

Permalink
Tweak format of deploy workflow message
Browse files Browse the repository at this point in the history
  • Loading branch information
jake-low committed Dec 18, 2024
1 parent bf0ccb5 commit 4a5d8d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
- name: Send trigger-workflow webhook to maproulette-deploy repository
run: |
curl -X POST https://api.github.com/repos/maproulette/maproulette-deploy/dispatches \
--fail --location \
--fail --silent --show-error --location \
-H "Accept: application/vnd.github+json" \
-H "Authorization: Bearer ${{ secrets.DEPLOY_REPO_TOKEN }}" \
-d '{ "event_type": "deploy maproulette-frontend@${{ github.ref }} (${{ github.sha }})" }'
-d '{ "event_type": "deploy maproulette-frontend@${{ github.ref_name }} (${{ github.sha }})" }'

0 comments on commit 4a5d8d9

Please sign in to comment.