File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 1111 ANSYS_VERSION :
1212 required : false
1313 type : string
14- default : vars.ANSYS_VERSION_DEFAULT
1514 standalone_suffix :
1615 description : " Suffix of the branch on standalone"
1716 required : false
2726 default : ' ["3.10"]'
2827 ANSYS_VERSION :
2928 description : " ANSYS version to run."
30- required : true
29+ required : false
3130 type : string
32- default : vars.ANSYS_VERSION_DEFAULT
3331 standalone_suffix :
3432 description : " Suffix of the branch on standalone"
3533 required : false
@@ -105,7 +103,7 @@ jobs:
105103 with :
106104 dpf-standalone-TOKEN : ${{secrets.DPF_PIPELINE}}
107105 standalone_suffix : ${{ inputs.standalone_suffix }}
108- ANSYS_VERSION : ${{inputs.ANSYS_VERSION }}
106+ ANSYS_VERSION : ${{ github.event. inputs.ansys_version || vars.ANSYS_VERSION_DEFAULT }}
109107
110108 - name : " Check licences of packages"
111109 uses :
ansys/pydpf-actions/[email protected]
You can’t perform that action at this time.
0 commit comments