Skip to content

Commit

Permalink
Fix references to haskell/actions
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonchinn178 authored and andreasabel committed Aug 8, 2023
1 parent 7a0a11e commit b71f5df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion __tests__/find-haskell.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 =>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit b71f5df

Please sign in to comment.