Skip to content

Commit

Permalink
v1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
singingwolfboy committed Sep 21, 2020
1 parent affbcc0 commit 4b86221
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
clubhouse:
runs-on: ubuntu-latest
steps:
- uses: singingwolfboy/create-linked-clubhouse-story@v1.4
- uses: singingwolfboy/create-linked-clubhouse-story@v1.5
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
clubhouse-token: ${{ secrets.CLUBHOUSE_TOKEN }}
Expand Down Expand Up @@ -59,7 +59,7 @@ You can customize the comment posted on pull requests using the `comment-templat
variable, like this:

```yaml
- uses: singingwolfboy/create-linked-clubhouse-story@v1.4
- uses: singingwolfboy/create-linked-clubhouse-story@v1.5
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
clubhouse-token: ${{ secrets.CLUBHOUSE_TOKEN }}
Expand Down Expand Up @@ -98,7 +98,7 @@ map GitHub users to Clubhouse users. The user map should be passed in the
formatted string. Here's an example:

```yaml
- uses: singingwolfboy/create-linked-clubhouse-story@v1.4
- uses: singingwolfboy/create-linked-clubhouse-story@v1.5
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
clubhouse-token: ${{ secrets.CLUBHOUSE_TOKEN }}
Expand Down Expand Up @@ -126,7 +126,7 @@ You can also add a list of GitHub users to ignore for this integration.
Multiple users should be separated by commas.

```yaml
- uses: singingwolfboy/create-linked-clubhouse-story@v1.4
- uses: singingwolfboy/create-linked-clubhouse-story@v1.5
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
clubhouse-token: ${{ secrets.CLUBHOUSE_TOKEN }}
Expand Down

0 comments on commit 4b86221

Please sign in to comment.