Skip to content

Commit

Permalink
fix paths
Browse files Browse the repository at this point in the history
  • Loading branch information
nicksnyder committed Sep 16, 2020
1 parent 46c1e82 commit 05f728d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codenotify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ jobs:
- uses: actions/checkout@v2
with:
ref: ${{ github.event.pull_request.head.sha }}
- uses: ./ # If you were using this in your project, this would be nicksnyder/codenotify
- uses: ./ # If you were using this in your project, this would be sourcegraph/codenotify
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion CODENOTIFY
Original file line number Diff line number Diff line change
@@ -1 +1 @@
*/** @nicksnyder @testnicksnyder
*/** @nicksnyder
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
- uses: actions/checkout@v2
with:
ref: ${{ github.event.pull_request.head.sha }}
- uses: nicksnyder/codenotify
- uses: sourcegraph/codenotify
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
```
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/nicksnyder/codenotify
module github.com/sourcegraph/codenotify

go 1.15

0 comments on commit 05f728d

Please sign in to comment.