Skip to content

Commit ea1321b

Browse files
author
Ybrin
committed
Bump version
1 parent 7f8c036 commit ea1321b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Sending a string:
88

99
```yaml
1010
- name: Webhook
11-
uses: ybrin/secure-actions-webhook@0.1.1
11+
uses: ybrin/secure-actions-webhook@0.1.2
1212
env:
1313
REQUEST_URI: ${{ secrets.REQUEST_URI }}
1414
REQUEST_DATA: "something_interesting"
@@ -19,7 +19,7 @@ Sending a json string:
1919
2020
```yaml
2121
- name: Webhook
22-
uses: ybrin/secure-actions-webhook@0.1.1
22+
uses: ybrin/secure-actions-webhook@0.1.2
2323
env:
2424
REQUEST_URI: ${{ secrets.REQUEST_URI }}
2525
REQUEST_DATA: '{ "something": "interesting" }'

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "secure-actions-webhook",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "Github Actions secure webhook",
55
"main": "main.js",
66
"dependencies": {

0 commit comments

Comments
 (0)