From 3181055d86ac46d7280359920b01fa9f9a90bbd9 Mon Sep 17 00:00:00 2001 From: Kyle Dolezal Date: Sat, 2 Dec 2023 20:43:14 -0600 Subject: [PATCH] Resolve github actions error --- .github/actions/download-from-s3/action.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/actions/download-from-s3/action.yml b/.github/actions/download-from-s3/action.yml index 89aa2830..358a072c 100644 --- a/.github/actions/download-from-s3/action.yml +++ b/.github/actions/download-from-s3/action.yml @@ -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: |