From e74185bb616c6c944f463466e9cccc044c09dcdd Mon Sep 17 00:00:00 2001 From: aboyko Date: Tue, 7 Nov 2023 18:48:55 -0500 Subject: [PATCH] GHA: correct syntax error in test upload to akamai --- .github/workflows/akamai-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/akamai-test.yml b/.github/workflows/akamai-test.yml index 5fb010ff4..8df7f48ec 100644 --- a/.github/workflows/akamai-test.yml +++ b/.github/workflows/akamai-test.yml @@ -8,7 +8,7 @@ jobs: name: Upload to Akamai runs-on: ubuntu-latest steps: - name: Gene file and upload + - name: Gene file and upload id: gen-upload env: AWS_ACCESS_KEY_ID: ${{ secrets.TOOLS_S3_ACCESS_KEY }}