From 55909b99ad1205d603e45c41eea720251dff8139 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Sat, 2 May 2020 12:20:00 -0700 Subject: [PATCH] Update metadata to refer to fork --- __tests__/args.test.ts | 2 +- action.yml | 2 +- package.json | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/__tests__/args.test.ts b/__tests__/args.test.ts index ae6748b..858078b 100644 --- a/__tests__/args.test.ts +++ b/__tests__/args.test.ts @@ -2,7 +2,7 @@ import { getToolchainArgs } from "../src/args"; import { morph } from "mock-env"; import { sync as tempWriteSync } from "temp-write"; -describe("actions-rs/toolchain", () => { +describe("dtolnay/rust-toolchain", () => { it("Parses action input into toolchain options", () => { const args = morph( () => { diff --git a/action.yml b/action.yml index 895000f..8347f70 100644 --- a/action.yml +++ b/action.yml @@ -1,6 +1,6 @@ name: 'rust-toolchain' description: 'Install the Rust toolchain' -author: 'actions-rs team' +author: David Tolnay <@dtolnay> branding: icon: play-circle color: black diff --git a/package.json b/package.json index bd96ed5..2c5abef 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/actions-rs/toolchain.git" + "url": "git+https://github.com/dtolnay/rust-toolchain.git" }, "keywords": [ "actions", @@ -26,10 +26,10 @@ "rustup", "toolchain" ], - "author": "actions-rs", + "author": "David Tolnay ", "license": "MIT", "bugs": { - "url": "https://github.com/actions-rs/toolchain/issues" + "url": "https://github.com/dtolnay/rust-toolchain/issues" }, "dependencies": { "@actions-rs/core": "^0.0.9",