We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e7a6312 + d7463c4 commit 701ec69Copy full SHA for 701ec69
action.yml
@@ -36,6 +36,6 @@ runs:
36
shell: bash
37
run: |
38
python ${{ github.action_path }}/publish_artifacts.py \
39
- --path "${{ inputs.path}" \
+ --path "${{ inputs.path }}" \
40
--destination "${{ inputs.destination }}" \
41
--s3-bucket "${{ inputs.s3_bucket }}"
0 commit comments