5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-16 17:09:28 +08:00

Update runtime.yml

This commit is contained in:
Lea Anthony 2021-09-13 20:05:50 +10:00 committed by GitHub
parent 43ab0e084f
commit c001a5f3cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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