From 28cfb8a4c4c759a87035e895445dd6b74382f2fe Mon Sep 17 00:00:00 2001 From: vasfvitor Date: Sat, 28 Oct 2023 13:23:06 -0300 Subject: [PATCH] Update trigger-workflow.yml --- .github/workflows/trigger-workflow.yml | 38 +++++++++++++------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/.github/workflows/trigger-workflow.yml b/.github/workflows/trigger-workflow.yml index d54d469f822..5120dd8dc45 100644 --- a/.github/workflows/trigger-workflow.yml +++ b/.github/workflows/trigger-workflow.yml @@ -40,12 +40,12 @@ jobs: # ref: ${{ github.event.client_payload.ref }} path: tauri - - name: Checkout tauri-docs - uses: actions/checkout@v3 - with: - repository: vasfvitor/tauri-docs - path: tauri-docs - submodules: true + # - name: Checkout tauri-docs + # uses: actions/checkout@v3 + # with: + # repository: vasfvitor/tauri-docs + # path: tauri-docs + # submodules: true # - name: Update submodules # working-directory: ./tauri-docs @@ -125,16 +125,16 @@ jobs: # git config --global user.name "${{ github.event.inputs.gitName }}" # git config --global user.email "${{ github.event.inputs.gitEmail }}" - - name: Create pull request for updated docs - # soft fork of https://github.com/peter-evans/create-pull-request for security purposes - uses: tauri-apps/create-pull-request@v3.4.1 - if: github.event_name != 'pull_request' && github.event_name != 'push' - with: - token: ${{ secrets.ORG_TAURI_BOT_PAT }} - commit-message: 'chore(docs): Update Rust & TS docs' - branch: docs/release - path: tauri-docs - title: Update Docs - labels: 'new release' - body: | - These are the updated docs from the most recent release. + # - name: Create pull request for updated docs + # # soft fork of https://github.com/peter-evans/create-pull-request for security purposes + # uses: tauri-apps/create-pull-request@v3.4.1 + # if: github.event_name != 'pull_request' && github.event_name != 'push' + # with: + # token: ${{ secrets.ORG_TAURI_BOT_PAT }} + # commit-message: 'chore(docs): Update Rust & TS docs' + # branch: docs/release + # path: tauri-docs + # title: Update Docs + # labels: 'new release' + # body: | + # These are the updated docs from the most recent release.