diff --git a/.github/workflows/runtime.yml b/.github/workflows/runtime.yml index edc29ec37..56f7236ae 100644 --- a/.github/workflows/runtime.yml +++ b/.github/workflows/runtime.yml @@ -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