Skip to content

Commit

Permalink
--fail
Browse files Browse the repository at this point in the history
  • Loading branch information
rodber committed Jul 28, 2022
1 parent a9d7fd4 commit 09865a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ jobs:
steps:
- name: Push it
run: |
curl -XPOST -u "${{ secrets.REPO_DOCS_DEPLOY_USERNAME }}:${{ secrets.REPO_DOCS_DEPLOY_TOKEN }}" -H "Accept: application/vnd.github.everest-preview+json" -H "Content-Type: application/json" https://api.github.com/repos/${{ secrets.REPO_DOCS_DEPLOY }}/dispatches --data '{"event_type": "build_application"}'
curl --fail -XPOST -u "${{ secrets.REPO_DOCS_DEPLOY_USERNAME }}:${{ secrets.REPO_DOCS_DEPLOY_TOKEN }}" -H "Accept: application/vnd.github.everest-preview+json" -H "Content-Type: application/json" https://api.github.com/repos/${{ secrets.REPO_DOCS_DEPLOY }}/dispatches --data '{"event_type": "build_application"}'

0 comments on commit 09865a5

Please sign in to comment.