We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 79c5629 + 2d8a802 commit 9a584fdCopy full SHA for 9a584fd
.github/workflows/push_pkg_to_pypi.yaml
@@ -48,6 +48,9 @@ jobs:
48
if: ${{ inputs.release-type == 'Official-Release' }}
49
runs-on: ubuntu-latest
50
steps:
51
+ - name: Checkout
52
+ uses: actions/checkout@v3
53
+
54
- name: Download shell script for checking input parameters
55
run: |
56
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