Skip to content

Commit

Permalink
fix yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrylyzo committed May 4, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 0b1e9e8 commit 227011a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/sync-wiki.yml
Original file line number Diff line number Diff line change
@@ -11,8 +11,8 @@ jobs:
steps:
- run: |
curl \
-X POST \
-H "Accept: application/vnd.github.v3+json" \
-H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}" \
https://api.github.com/repos/${{ github.repository }}/actions/workflows/sync-wiki.yml/dispatches \
-d '{"ref":"refs/heads/master"}'
-X POST \
-H "Accept: application/vnd.github.v3+json" \
-H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}" \
https://api.github.com/repos/${{ github.repository }}/actions/workflows/sync-wiki.yml/dispatches \
-d '{"ref":"refs/heads/master"}'

0 comments on commit 227011a

Please sign in to comment.