Skip to content

Commit

Permalink
Resolve github actions error
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleDolezal committed Dec 3, 2023
1 parent fe4431c commit 8f4d346
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/download-from-s3/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ inputs:
runs:
using: composite
steps:
- uses: actions/checkout@v3
- name: download s3 file
uses: actions/checkout@v3
shell: bash
run: |
wget https://chn-ghost-buses-public.s3.us-east-2.amazonaws.com/frontend_data_files/${{inputs.file-path}} \
Expand Down

0 comments on commit 8f4d346

Please sign in to comment.