Skip to content

Commit

Permalink
ci: remove --silent
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceiris authored Jan 20, 2023
1 parent 7636732 commit 4b2c1e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dispatches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ jobs:
private_key: ${{ secrets.GH_APP_PRIVATE_KEY }}
- name: send peaceiris.com
run: |
curl --silent -X POST "https://api.github.com/repos/peaceiris/peaceiris.com/dispatches" \
curl -X POST "https://api.github.com/repos/peaceiris/peaceiris.com/dispatches" \
-H "Accept: application/vnd.github+json" \
-H "Authorization: Bearer ${{ steps.app.outputs.token }}" \
-H "X-GitHub-Api-Version: ${{ env.GH_API_VERSION }}" \
-d '{"event_type": "hugo-theme-iris", "client_payload": {"tag_name": "'"${GITHUB_REF_NAME}"'"}}'
- name: send kbase
run: |
curl --silent -X POST "https://api.github.com/repos/peaceiris/kbase/dispatches" \
curl -X POST "https://api.github.com/repos/peaceiris/kbase/dispatches" \
-H "Accept: application/vnd.github+json" \
-H "Authorization: Bearer ${{ steps.app.outputs.token }}" \
-H "X-GitHub-Api-Version: ${{ env.GH_API_VERSION }}" \
Expand Down

0 comments on commit 4b2c1e7

Please sign in to comment.