File tree Expand file tree Collapse file tree 4 files changed +6
-17
lines changed
Expand file tree Collapse file tree 4 files changed +6
-17
lines changed Original file line number Diff line number Diff line change 88 - dev-*
99
1010jobs :
11- ci :
12- runs-on : ubuntu-latest
11+ test :
1312 name : CI
13+ runs-on : ubuntu-18.04
1414 steps :
15- - name : Notify slack success
16- if : success()
17- id : slack # IMPORTANT: reference this step ID value in future Slack steps
18- env :
19- SLACK_BOT_TOKEN : ${{ secrets.SLACK_BOT_TOKEN }}
20- 21- with :
22- channel : github-actions
23- status : STARTING
24- color : warning
25-
2615 - uses : actions/checkout@v1
2716 - uses : actions/setup-ruby@v1
2817 with :
5443 message_id : ${{ steps.slack.outputs.message_id }}
5544 channel : github-actions
5645 status : FAILED
57- color : danger
46+ color : danger
Original file line number Diff line number Diff line change 1- name : Release
1+ name : Publish
22
33on :
44 release :
Original file line number Diff line number Diff line change @@ -167,4 +167,4 @@ def webhook_endpoint(request)
167167 # Checks if request is verified
168168 is_verified = securenative.verify_request_payload(request)
169169end
170- ```
170+ ```
Original file line number Diff line number Diff line change 1- 0.1.16
1+ 0.1.16
You can’t perform that action at this time.
0 commit comments