Skip to content

Commit

Permalink
Update trigger-workflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vasfvitor committed Oct 28, 2023
1 parent 42dfe37 commit 28cfb8a
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions .github/workflows/trigger-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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/[email protected]
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/[email protected]
# 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.

0 comments on commit 28cfb8a

Please sign in to comment.