Skip to content

Commit 4b86221

Browse files
v1.5
1 parent affbcc0 commit 4b86221

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
clubhouse:
2424
runs-on: ubuntu-latest
2525
steps:
26-
- uses: singingwolfboy/create-linked-clubhouse-story@v1.4
26+
- uses: singingwolfboy/create-linked-clubhouse-story@v1.5
2727
with:
2828
github-token: ${{ secrets.GITHUB_TOKEN }}
2929
clubhouse-token: ${{ secrets.CLUBHOUSE_TOKEN }}
@@ -59,7 +59,7 @@ You can customize the comment posted on pull requests using the `comment-templat
5959
variable, like this:
6060

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

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

128128
```yaml
129-
- uses: singingwolfboy/create-linked-clubhouse-story@v1.4
129+
- uses: singingwolfboy/create-linked-clubhouse-story@v1.5
130130
with:
131131
github-token: ${{ secrets.GITHUB_TOKEN }}
132132
clubhouse-token: ${{ secrets.CLUBHOUSE_TOKEN }}

0 commit comments

Comments
 (0)