File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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" }'
Original file line number Diff line number Diff line change 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" : {
You can’t perform that action at this time.
0 commit comments