mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-03 10:11:15 +02:00
chore: bump create-pr-action to resolve deprecation (#1077)
The set-env function in Github Actions has been deprecated which the previous version used. This update resolves the issue.
This commit is contained in:
2
.github/workflows/update-docs.yml
vendored
2
.github/workflows/update-docs.yml
vendored
@@ -45,7 +45,7 @@ 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
|
||||
uses: tauri-apps/create-pull-request@v2.8.0
|
||||
uses: tauri-apps/create-pull-request@v3.4.1
|
||||
with:
|
||||
token: ${{ secrets.TAURI_BOT_PAT }}
|
||||
commit-message: "chore(docs): Update Rust docs"
|
||||
|
||||
Reference in New Issue
Block a user