Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Ybrin committed Sep 22, 2019
1 parent 7f8c036 commit ea1321b
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 @@ -8,7 +8,7 @@ Sending a string:

```yaml
- name: Webhook
uses: ybrin/secure-actions-webhook@0.1.1
uses: ybrin/secure-actions-webhook@0.1.2
env:
REQUEST_URI: ${{ secrets.REQUEST_URI }}
REQUEST_DATA: "something_interesting"
Expand All @@ -19,7 +19,7 @@ Sending a json string:

```yaml
- name: Webhook
uses: ybrin/secure-actions-webhook@0.1.1
uses: ybrin/secure-actions-webhook@0.1.2
env:
REQUEST_URI: ${{ secrets.REQUEST_URI }}
REQUEST_DATA: '{ "something": "interesting" }'
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": "secure-actions-webhook",
"version": "0.1.1",
"version": "0.1.2",
"description": "Github Actions secure webhook",
"main": "main.js",
"dependencies": {
Expand Down

0 comments on commit ea1321b

Please sign in to comment.