Skip to content

Commit

Permalink
proofread
Browse files Browse the repository at this point in the history
  • Loading branch information
juliannguyen4 committed Jun 24, 2024
1 parent 7528652 commit 0d6f6aa
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/actions/get-artifact-for-stage-tests/action.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: 'Get artifact for stage tests'
description: 'Outputs artifact either from Github artifacts or JFrog to current working dir'
description: 'Downloads artifact either from Github artifacts or JFrog to current working dir'
inputs:
get_from_jfrog:
description: Boolean. If false, get artifacts from Github
Expand Down Expand Up @@ -54,7 +54,8 @@ runs:
with:
name: ${{ env.GITHUB_ARTIFACT_NAME }}

# We need the file name pattern to install the artifact using pip later
# Either way when we download from JFrog or Github,
# we need the file name pattern to install the artifact using pip later on

- name: 'Using JFrog: Get file name glob pattern for sdist'
if: ${{ inputs.dist_type_to_get == 'sdist' }}
Expand Down

0 comments on commit 0d6f6aa

Please sign in to comment.