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 3181055
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/actions/download-from-s3/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ inputs:
runs:
using: composite
steps:
- uses: actions/checkout@v3
- name: checkout
uses: actions/checkout@v3
- name: download s3 file
shell: bash
run: |
Expand Down

0 comments on commit 3181055

Please sign in to comment.