mirror of
https://github.com/bryangerlach/rdgen.git
synced 2025-11-29 08:33:23 +00:00
Update generator-linux.yml
Continue on error when update status timesout
This commit is contained in:
4
.github/workflows/generator-linux.yml
vendored
4
.github/workflows/generator-linux.yml
vendored
@@ -130,6 +130,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Report Status
|
- name: Report Status
|
||||||
uses: fjogeleit/http-request-action@v1
|
uses: fjogeleit/http-request-action@v1
|
||||||
|
continue-on-error: true
|
||||||
with:
|
with:
|
||||||
url: ${{ env.STATUS_URL }}
|
url: ${{ env.STATUS_URL }}
|
||||||
method: 'POST'
|
method: 'POST'
|
||||||
@@ -198,6 +199,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Report Status
|
- name: Report Status
|
||||||
uses: fjogeleit/http-request-action@v1
|
uses: fjogeleit/http-request-action@v1
|
||||||
|
continue-on-error: true
|
||||||
with:
|
with:
|
||||||
url: ${{ env.STATUS_URL }}
|
url: ${{ env.STATUS_URL }}
|
||||||
method: 'POST'
|
method: 'POST'
|
||||||
@@ -369,6 +371,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Report Status
|
- name: Report Status
|
||||||
uses: fjogeleit/http-request-action@v1
|
uses: fjogeleit/http-request-action@v1
|
||||||
|
continue-on-error: true
|
||||||
with:
|
with:
|
||||||
url: ${{ env.STATUS_URL }}
|
url: ${{ env.STATUS_URL }}
|
||||||
method: 'POST'
|
method: 'POST'
|
||||||
@@ -622,6 +625,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Report Status
|
- name: Report Status
|
||||||
uses: fjogeleit/http-request-action@v1
|
uses: fjogeleit/http-request-action@v1
|
||||||
|
continue-on-error: true
|
||||||
with:
|
with:
|
||||||
url: ${{ env.STATUS_URL }}
|
url: ${{ env.STATUS_URL }}
|
||||||
method: 'POST'
|
method: 'POST'
|
||||||
|
|||||||
Reference in New Issue
Block a user