File tree Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Original file line number Diff line number Diff line change 4343 - name : Setup python
4444 uses : actions/setup-python@v4
4545 with :
46- python-version : ${{ inputs.python_version }}
46+ python-version : 3.7
4747
4848 - name : Create requirements file for pip
4949 shell : bash
9494
9595 - name : Semantic Release Get Next
9696 id : semantic
97- # this condition doesn't make sense as BuildVersion needs output from this step anyway
98- # if: github.event_name != 'pull_request'
97+ if : github.event_name != 'pull_request'
9998 uses : splunk/semantic-release-action@v1.3
10099 with :
101100 dry_run : true
@@ -150,7 +149,6 @@ runs:
150149 run : |
151150 echo "${{ inputs.python_version }}"
152151 echo "${{ inputs.ucc_modinput_functional }}"
153- echo "${{ github.event_name }}"
154152
155153 - name : Artifact OpenAPI
156154 if : ${{ inputs.python_version }} == '3.7' && ${{ !cancelled() && inputs.ucc_modinput_functional == 'true' && inputs.modinput_functional == 'true' }}
@@ -185,8 +183,3 @@ runs:
185183 with :
186184 name : package-deployment
187185 path : build/package/deployment**
188-
189- - name : Checkout repository
190- uses : actions/checkout@v3
191- with :
192- repository : splunk/addonfactory-workflow-addon-release
You can’t perform that action at this time.
0 commit comments