We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4618897 commit 7c3e91aCopy full SHA for 7c3e91a
.github/workflows/UpdateUESubmodule.yml
@@ -61,10 +61,10 @@ jobs:
61
- name: Create Pull Request
62
uses: peter-evans/create-pull-request@v5
63
with:
64
- commit-message: Update UE Submodule
+ commit-message: "chore: update UE submodule"
65
committer: GitHub <[email protected]>
66
author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>
67
title: Update UE Submodule
68
body: ${{ env.COMMITS_BODY }}
69
branch: update-ue-submodule
70
- base: main
+ base: main
0 commit comments