Skip to content

Commit e062963

Browse files
test
1 parent 3e31b4e commit e062963

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.github/actions/build/action.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@ outputs:
3333
runs:
3434
using: composite
3535
steps:
36-
# - name: Checkout repository
37-
# uses: actions/checkout@v3
38-
# with:
39-
# # Very Important: semantic-release won't trigger a tagged
40-
# # build if this is not set to false
41-
# persist-credentials: false
36+
- name: Checkout repository
37+
uses: actions/checkout@v3
38+
with:
39+
# Very Important: semantic-release won't trigger a tagged
40+
# build if this is not set to false
41+
persist-credentials: false
4242

4343
- name: Setup python
4444
uses: actions/setup-python@v4
@@ -149,6 +149,7 @@ runs:
149149
run: |
150150
echo "${{ inputs.python_version }}"
151151
echo "${{ inputs.ucc_modinput_functional }}"
152+
echo "${{ github.event_name }}"
152153
153154
- name: Artifact OpenAPI
154155
if: ${{ inputs.python_version }} == '3.7' && ${{ !cancelled() && inputs.ucc_modinput_functional == 'true' && inputs.modinput_functional == 'true' }}

0 commit comments

Comments
 (0)