mirror of
https://github.com/taigrr/wails.git
synced 2026-04-02 05:08:54 -07:00
[v2] Update Workflow
This commit is contained in:
8
.github/workflows/runtime.yml
vendored
8
.github/workflows/runtime.yml
vendored
@@ -22,6 +22,10 @@ jobs:
|
||||
working-directory: v2/internal/frontend/runtime
|
||||
|
||||
- name: Commit changes
|
||||
uses: elstudio/actions-js-build/commit@v4
|
||||
uses: devops-infra/action-commit-push@master
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user