Skip to content

Commit

Permalink
v1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
singingwolfboy committed Jun 8, 2020
1 parent 28a3a99 commit ee437a1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.2
- uses: singingwolfboy/create-linked-clubhouse-story@v1.3
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
clubhouse-token: ${{ secrets.CLUBHOUSE_TOKEN }}
Expand Down Expand Up @@ -56,7 +56,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.2
- uses: singingwolfboy/create-linked-clubhouse-story@v1.3
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
clubhouse-token: ${{ secrets.CLUBHOUSE_TOKEN }}
Expand Down Expand Up @@ -95,7 +95,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.2
- uses: singingwolfboy/create-linked-clubhouse-story@v1.3
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
clubhouse-token: ${{ secrets.CLUBHOUSE_TOKEN }}
Expand Down

0 comments on commit ee437a1

Please sign in to comment.