Skip to content

Commit 2d8a802

Browse files
committed
[Bug Fix] (config) Add step 'actions/checkout'.
1 parent c3fe3ba commit 2d8a802

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/push_pkg_to_pypi.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ jobs:
4848
if: ${{ inputs.release-type == 'Official-Release' }}
4949
runs-on: ubuntu-latest
5050
steps:
51+
- name: Checkout
52+
uses: actions/checkout@v3
53+
5154
- name: Download shell script for checking input parameters
5255
run: |
5356
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

0 commit comments

Comments
 (0)