From 2d8a80290e618813506171a887b171b7b3e4c447 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CChisanan232=E2=80=9D?= Date: Thu, 1 Dec 2022 11:49:20 +0800 Subject: [PATCH] [Bug Fix] (config) Add step 'actions/checkout'. --- .github/workflows/push_pkg_to_pypi.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/push_pkg_to_pypi.yaml b/.github/workflows/push_pkg_to_pypi.yaml index 248e74a1..328ca56a 100644 --- a/.github/workflows/push_pkg_to_pypi.yaml +++ b/.github/workflows/push_pkg_to_pypi.yaml @@ -48,6 +48,9 @@ jobs: if: ${{ inputs.release-type == 'Official-Release' }} runs-on: ubuntu-latest steps: + - name: Checkout + uses: actions/checkout@v3 + - name: Download shell script for checking input parameters run: | curl https://raw.githubusercontent.com/Chisanan232/GitHub-Action_Reusable_Workflows-Python/develop/scripts/ci/check_getting_output.sh --output ./scripts/ci/check_getting_output.sh