From 1b645d993b0af2cd05ec72b452a2651bbddf2d6a Mon Sep 17 00:00:00 2001 From: Matt Sheets Date: Sat, 11 Feb 2023 12:39:47 -0700 Subject: [PATCH] Fix syntax error in comment.yml --- .github/workflows/comment.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/comment.yml b/.github/workflows/comment.yml index e61b2ea3..42730936 100644 --- a/.github/workflows/comment.yml +++ b/.github/workflows/comment.yml @@ -44,7 +44,7 @@ jobs: fs.writeFileSync('${{github.workspace}}/clippy-${{ matrix.rust-toolchain }}.zip', Buffer.from(download.data)); - name: 'Download test-nightly artifact' uses: actions/github-script@v6 - if: (matrix.rust-toolchain == 'nightly') }} + if: (matrix.rust-toolchain == 'nightly') with: script: | var artifacts = await github.actions.listWorkflowRunArtifacts({ @@ -98,4 +98,4 @@ jobs: repo: context.repo.repo, body: 'Nightly test has failed for this run. A maintainer should check the logs. If known good clippy passed, this is non-fatal to the PR.' }) - } \ No newline at end of file + }