From b71f5df23ffe33fa18480bab0dc78ce7db98dbf7 Mon Sep 17 00:00:00 2001 From: Brandon Chinn Date: Thu, 13 Jul 2023 20:10:55 -0700 Subject: [PATCH] Fix references to haskell/actions --- __tests__/find-haskell.test.ts | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/__tests__/find-haskell.test.ts b/__tests__/find-haskell.test.ts index 5aaa396..a57fdf2 100644 --- a/__tests__/find-haskell.test.ts +++ b/__tests__/find-haskell.test.ts @@ -24,7 +24,7 @@ const forAllOS = (fn: (t: OS) => any) => const forAllTools = (fn: (t: Tool) => any) => (['ghc', 'cabal', 'stack'] as const).forEach(fn); -describe('haskell/actions/setup', () => { +describe('haskell-actions/setup', () => { it('Parses action.yml to get correct default versions', () => { forAllOS(os => forAllTools(t => diff --git a/package.json b/package.json index dc5c93f..33f344d 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/haskell/actions.git" + "url": "git+https://github.com/haskell-actions/setup.git" }, "keywords": [ "actions",