Skip to content

Commit 55d8829

Browse files
test
1 parent b2feb09 commit 55d8829

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/actions/build/action.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ runs:
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
@@ -94,6 +94,7 @@ runs:
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' }}

0 commit comments

Comments
 (0)