We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f32c5b commit fe9724aCopy full SHA for fe9724a
.github/workflows/upgrade-unity.yml
@@ -37,7 +37,7 @@ jobs:
37
restore-keys: Library-
38
39
- name: Build project
40
- uses: JohannesDeml/unity-builder@d19141044df950835040e83b2b6d443d10b16d13
+ uses: JohannesDeml/unity-builder@no-quit-parameter
41
env:
42
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
43
with:
@@ -50,3 +50,14 @@ jobs:
50
51
- name: Log git status
52
run: git status
53
+
54
+ - name: Create Pull Request
55
+ uses: peter-evans/create-pull-request@v4
56
+ with:
57
+ token: ${{ secrets.PR_GITHUB_TOKEN }}
58
+ commit-message: "[Automated workflow] upgrade-unity to $UNITY_VERSION"
59
+ branch: "ci/upgrade-unity/$UNITY_VERSION"
60
+ delete-branch: true
61
+ title: "[Automated Pull Request] upgrade-unity to $UNITY_VERSION"
62
+ env:
63
+ UNITY_VERSION: ${{ inputs.unityVersion }}
0 commit comments