Skip to content

Commit 701ec69

Browse files
authored
Merge pull request #8 from quic-viskuma/aws
fix: correct syntax error in input path argument
2 parents e7a6312 + d7463c4 commit 701ec69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@ runs:
3636
shell: bash
3737
run: |
3838
python ${{ github.action_path }}/publish_artifacts.py \
39-
--path "${{ inputs.path}" \
39+
--path "${{ inputs.path }}" \
4040
--destination "${{ inputs.destination }}" \
4141
--s3-bucket "${{ inputs.s3_bucket }}"

0 commit comments

Comments
 (0)