Skip to content

Commit 557b9b1

Browse files
committed
Merge branch 'master' of https://github.com/JohannesDeml/UnityWebGL-LoadingTest into 2022.2
2 parents e7106c2 + dbf1eb6 commit 557b9b1

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/upgrade-unity.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
workflow_dispatch:
77
inputs:
88
unityVersion:
9-
description: 'Unity Version'
9+
description: 'Unity version'
1010
required: true
1111
type: string
1212
createTags:
@@ -44,15 +44,18 @@ jobs:
4444
steps:
4545
- name: Log input parameter
4646
run: |
47-
echo "Upgrading to Unity Version: $UNITY_VERSION"
47+
echo "Unity version: $UNITY_VERSION"
4848
echo "Create tags: $CREATE_TAGS"
4949
echo "URP branch: $URP_BRANCH"
50+
echo "Only create tags: $TAGS_ONLY"
51+
echo "Merge master into branch: $MERGE_MASTER"
5052
echo "Custom cli arguments: $CUSTOM_PARAMETERS"
5153
env:
5254
UNITY_VERSION: ${{ inputs.unityVersion }}
5355
CREATE_TAGS: ${{ inputs.createTags }}
5456
URP_BRANCH: ${{ inputs.urp }}
5557
TAGS_ONLY: ${{ inputs.tagsOnly }}
58+
MERGE_MASTER: ${{ inputs.mergeMaster }}
5659
CUSTOM_PARAMETERS: ${{ inputs.customParameters }}
5760

5861
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)