Skip to content

Commit

Permalink
Merge pull request #252 from artichoke/dev/lopopolo-octokit
Browse files Browse the repository at this point in the history
Fix red squiggle in VSCode
  • Loading branch information
lopopolo authored Feb 9, 2025
2 parents 9eb358f + e219bb8 commit c6bfd6c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/toolchain-version-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,7 @@ jobs:
id: latest_rust_release
uses: octokit/request-action@dad4362715b7fb2ddedf9772c8670824af564f0d # v2.4.0
with:
route: GET /repos/{owner}/{repo}/releases/latest
owner: rust-lang
repo: rust
route: GET /repos/rust-lang/rust/releases/latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit c6bfd6c

Please sign in to comment.