File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
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 : 3.7
46+ python-version : ${{ inputs.python_version }}
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
9798 # if: github.event_name != 'pull_request'
9899 uses : splunk/semantic-release-action@v1.3
99100 with :
@@ -149,6 +150,7 @@ runs:
149150 run : |
150151 echo "${{ inputs.python_version }}"
151152 echo "${{ inputs.ucc_modinput_functional }}"
153+ echo "${{ github.event_name }}"
152154
153155 - name : Artifact OpenAPI
154156 if : ${{ inputs.python_version }} == '3.7' && ${{ !cancelled() && inputs.ucc_modinput_functional == 'true' && inputs.modinput_functional == 'true' }}
You can’t perform that action at this time.
0 commit comments