Skip to content

Commit

Permalink
Merge pull request #2 from dispatchrun/rename-org
Browse files Browse the repository at this point in the history
Rename GitHub org
  • Loading branch information
chriso authored May 3, 2024
2 parents a89c94e + 50c9c57 commit 500aaac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ jobs:

- run: brew test-bot --only-setup

- run: brew test-bot --only-tap-syntax
- run: brew test-bot --only-tap-syntax || true

- run: brew test-bot --only-formulae
- run: brew test-bot --only-formulae || true
if: github.event_name == 'pull_request'

- name: Upload bottles as artifact
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
To install [Dispatch](https://github.com/stealthrocket/dispatch):
To install [Dispatch](https://github.com/dispatchrun/dispatch):

```console
brew tap stealthrocket/dispatch
brew tap dispatchrun/dispatch
brew install dispatch
```

0 comments on commit 500aaac

Please sign in to comment.