Skip to content

Commit

Permalink
chore: fix newlines
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Jun 24, 2020
1 parent 2b1a5ef commit 3e205d7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/trigger_pact_docs_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ jobs:
deployment:
runs-on: ubuntu-latest
steps:
- run: >
curl -X POST https://api.github.com/repos/pact-foundation/docs.pact.io/dispatches
-H 'Accept: application/vnd.github.everest-preview+json'
-H "Authorization: Bearer $GITHUB_TOKEN"
- run: |
curl -X POST https://api.github.com/repos/pact-foundation/docs.pact.io/dispatches \
-H 'Accept: application/vnd.github.everest-preview+json' \
-H "Authorization: Bearer $GITHUB_TOKEN" \
-d '{"event_type": "pact-js-updated"}'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 3e205d7

Please sign in to comment.