Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
kazimuth committed Oct 3, 2023
1 parent a472206 commit deaadcd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ on:
push:
branches:
- master
- kazimuth/bench-pretty
workflow_dispatch:
inputs:
pr_number:
Expand Down Expand Up @@ -54,7 +53,7 @@ jobs:
let body = `Test comment: clippy.toml contents: '${stuff}'`;
try {
const { data: comment } = await github.issues.createComment({
const { data: comment } = await github.rest.issues.createComment({
owner: context.issue.owner,
repo: context.issue.repo,
issue_number: context.issue.number,
Expand Down

0 comments on commit deaadcd

Please sign in to comment.