mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-17 01:19:29 +08:00
Update runtime.yml
This commit is contained in:
parent
43ab0e084f
commit
c001a5f3cb
8
.github/workflows/runtime.yml
vendored
8
.github/workflows/runtime.yml
vendored
@ -22,6 +22,10 @@ jobs:
|
|||||||
working-directory: v2/internal/frontend/runtime
|
working-directory: v2/internal/frontend/runtime
|
||||||
|
|
||||||
- name: Commit changes
|
- name: Commit changes
|
||||||
uses: elstudio/actions-js-build/commit@v4
|
uses: devops-infra/action-commit-push@master
|
||||||
with:
|
with:
|
||||||
commitMessage: Rebuild runtime
|
github_token: "${{ secrets.GITHUB_TOKEN }}"
|
||||||
|
add_timestamp: true
|
||||||
|
commit_prefix: "[AUTO]"
|
||||||
|
commit_message: "The runtime was rebuilt"
|
||||||
|
target_branch: update/version
|
||||||
|
Loading…
Reference in New Issue
Block a user