Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kaizencc authored Sep 29, 2022
1 parent 949750c commit 608ff9b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
permissions:
pull-requests: write
steps:
- uses: kaizencc/github-merit-badger@main
- uses: aws-github-ops/github-merit-badger@main
id: github-merit-badger
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -64,7 +64,7 @@ Consider the following example usage:

```yaml
steps:
- uses: kaizencc/github-merit-badger@main
- uses: aws-github-ops/github-merit-badger@main
id: github-merit-badger
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -84,7 +84,7 @@ to 1 with the `badges` parameter:

```yaml
steps:
- uses: kaizencc/github-merit-badger@main
- uses: aws-github-ops/github-merit-badger@main
id: github-merit-badger
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -113,7 +113,7 @@ Specify a number of days you want the Action to look at. For example, if you spe

```yaml
steps:
- uses: kaizencc/github-merit-badger@main
- uses: aws-github-ops/github-merit-badger@main
id: github-merit-badger
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -133,7 +133,7 @@ create badges for the community, but you don't want to add labels to the core ma

```yaml
steps:
- uses: kaizencc/github-merit-badger@main
- uses: aws-github-ops/github-merit-badger@main
id: github-merit-badger
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -150,7 +150,7 @@ titles like `chore` or `refactor`.

```yaml
steps:
- uses: kaizencc/github-merit-badger@main
- uses: aws-github-ops/github-merit-badger@main
id: github-merit-badger
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 608ff9b

Please sign in to comment.