Skip to content

Commit

Permalink
Release 0.15.6
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalgn committed Feb 18, 2023
1 parent a114cd9 commit 22948e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
steps:
- id: automerge
name: automerge
uses: "pascalgn/automerge-action@v0.15.5"
uses: "pascalgn/automerge-action@v0.15.6"
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
```
Expand Down Expand Up @@ -269,7 +269,7 @@ Example usage:
steps:
- id: automerge
name: automerge
uses: "pascalgn/automerge-action@v0.15.5"
uses: "pascalgn/automerge-action@v0.15.6"
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
- name: feedback
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "automerge-action",
"version": "0.15.5",
"version": "0.15.6",
"description": "GitHub action to automatically merge pull requests",
"main": "lib/api.js",
"author": "Pascal",
Expand Down

0 comments on commit 22948e0

Please sign in to comment.