diff --git a/.github/workflows/platform.wiki-sync.yml b/.github/workflows/platform.wiki-sync.yml index bcabdb1c..ecad46e9 100644 --- a/.github/workflows/platform.wiki-sync.yml +++ b/.github/workflows/platform.wiki-sync.yml @@ -38,6 +38,7 @@ jobs: repository: ${{ env.wiki_target_repo }} path: ${{ env.wiki_target_repo }} token: '${{ secrets.PLATFORM_REPO_UPDATE_PAT }}' # Sets general GIT credentials up + ref: master - name: Configure Local Git run: |