From 4c5a62e85010f170f8b3c46eef99f6947340aaa5 Mon Sep 17 00:00:00 2001 From: Dmitry Lyzo Date: Sun, 5 May 2024 00:17:28 +0300 Subject: [PATCH] fix yaml --- .github/workflows/sync-wiki.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/sync-wiki.yml b/.github/workflows/sync-wiki.yml index cd9a678..067d06c 100644 --- a/.github/workflows/sync-wiki.yml +++ b/.github/workflows/sync-wiki.yml @@ -10,9 +10,9 @@ jobs: runs-on: ubuntu-latest 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"}' + 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"}'