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 @@ -132,7 +132,7 @@ jobs:
132132
133133 - name : Alert incident.io on validation failure
134134 if : failure() && steps.report.outputs.validation_failed == 'true' && secrets.incident_io_alert_token != ''
135- uses : incident-io/github-action@v0
135+ uses : incident-io/github-action@v1
136136 with :
137137 api-key : ${{ secrets.incident_io_alert_token }}
138138 alert-source-id : 01KH4EYTH3HA4PDZPRAPEV1Q10
Original file line number Diff line number Diff line change 1111 steps :
1212 - name : Fire test alert
1313 id : fire
14- uses : incident-io/github-action@v0
14+ uses : incident-io/github-action@v1
1515 with :
1616 api-key : ${{ secrets.INCIDENT_IO_ALERT_TOKEN }}
1717 alert-source-id : 01KH4EYTH3HA4PDZPRAPEV1Q10
2828 echo "Alert URL: ${{ steps.fire.outputs.alert-url }}"
2929
3030 - name : Resolve test alert
31- uses : incident-io/github-action@v0
31+ uses : incident-io/github-action@v1
3232 with :
3333 api-key : ${{ secrets.INCIDENT_IO_ALERT_TOKEN }}
3434 alert-source-id : 01KH4EYTH3HA4PDZPRAPEV1Q10
You can’t perform that action at this time.
0 commit comments