File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments