mirror of
https://github.com/dtolnay/rust-toolchain.git
synced 2025-06-07 19:26:37 +00:00
Update metadata to refer to fork
This commit is contained in:
parent
637c7a32b7
commit
55909b99ad
3 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@ import { getToolchainArgs } from "../src/args";
|
||||||
import { morph } from "mock-env";
|
import { morph } from "mock-env";
|
||||||
import { sync as tempWriteSync } from "temp-write";
|
import { sync as tempWriteSync } from "temp-write";
|
||||||
|
|
||||||
describe("actions-rs/toolchain", () => {
|
describe("dtolnay/rust-toolchain", () => {
|
||||||
it("Parses action input into toolchain options", () => {
|
it("Parses action input into toolchain options", () => {
|
||||||
const args = morph(
|
const args = morph(
|
||||||
() => {
|
() => {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
name: 'rust-toolchain'
|
name: 'rust-toolchain'
|
||||||
description: 'Install the Rust toolchain'
|
description: 'Install the Rust toolchain'
|
||||||
author: 'actions-rs team'
|
author: David Tolnay <@dtolnay>
|
||||||
branding:
|
branding:
|
||||||
icon: play-circle
|
icon: play-circle
|
||||||
color: black
|
color: black
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/actions-rs/toolchain.git"
|
"url": "git+https://github.com/dtolnay/rust-toolchain.git"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"actions",
|
"actions",
|
||||||
|
@ -26,10 +26,10 @@
|
||||||
"rustup",
|
"rustup",
|
||||||
"toolchain"
|
"toolchain"
|
||||||
],
|
],
|
||||||
"author": "actions-rs",
|
"author": "David Tolnay <dtolnay@gmail.com>",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/actions-rs/toolchain/issues"
|
"url": "https://github.com/dtolnay/rust-toolchain/issues"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@actions-rs/core": "^0.0.9",
|
"@actions-rs/core": "^0.0.9",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue