From 8260ee063e591bc95471cbdc92a5218431e7ecb6 Mon Sep 17 00:00:00 2001 From: Konrad Pabjan Date: Thu, 17 Aug 2023 13:44:41 -0400 Subject: [PATCH] Fix typo --- .github/workflows/artifact-tests.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/artifact-tests.yml b/.github/workflows/artifact-tests.yml index 67fd07e9..b1d8aa48 100644 --- a/.github/workflows/artifact-tests.yml +++ b/.github/workflows/artifact-tests.yml @@ -54,7 +54,8 @@ jobs: echo '${{ env.file1 }}' > artifact-path/first.txt echo '${{ env.file2 }}' > artifact-path/second.txt - - uses: Upload Artifacts using actions/github-script@v6 + - name: Upload Artifacts using actions/github-script@v6 + uses: actions/github-script@v6 with: script: | const artifact = require('./packages/artifact/lib/artifact') @@ -100,7 +101,7 @@ jobs: npm run tsc working-directory: packages/artifact - - name: List Artifacts using actions/github-script@v6 + - name: List artifacts using actions/github-script@v6 uses: actions/github-script@v6 with: script: |