Skip to content

Commit

Permalink
Fix syntax error in comment.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-sheets authored and dburgener committed Feb 13, 2023
1 parent 92f88a2 commit 1b645d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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({
Expand Down Expand Up @@ -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.'
})
}
}

0 comments on commit 1b645d9

Please sign in to comment.