From e0629635fc0f9a660346c05c00501012f00b2dc2 Mon Sep 17 00:00:00 2001 From: Adam Date: Wed, 20 Dec 2023 00:27:55 +0100 Subject: [PATCH] test --- .github/actions/build/action.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/.github/actions/build/action.yml b/.github/actions/build/action.yml index c5bce1853..7e16ca28c 100644 --- a/.github/actions/build/action.yml +++ b/.github/actions/build/action.yml @@ -33,12 +33,12 @@ outputs: runs: using: composite steps: - # - name: Checkout repository - # uses: actions/checkout@v3 - # with: - # # Very Important: semantic-release won't trigger a tagged - # # build if this is not set to false - # persist-credentials: false + - name: Checkout repository + uses: actions/checkout@v3 + with: + # Very Important: semantic-release won't trigger a tagged + # build if this is not set to false + persist-credentials: false - name: Setup python uses: actions/setup-python@v4 @@ -149,6 +149,7 @@ runs: run: | echo "${{ inputs.python_version }}" echo "${{ inputs.ucc_modinput_functional }}" + echo "${{ github.event_name }}" - name: Artifact OpenAPI if: ${{ inputs.python_version }} == '3.7' && ${{ !cancelled() && inputs.ucc_modinput_functional == 'true' && inputs.modinput_functional == 'true' }}