.
This commit is contained in:
@@ -12,8 +12,12 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Download with Retry
|
- name: Download with Retry
|
||||||
|
uses: nick-fields/retry@v3
|
||||||
|
with:
|
||||||
|
timeout_minutes: 1
|
||||||
|
max_attempts: 3
|
||||||
shell: python
|
shell: python
|
||||||
run: |
|
command: |
|
||||||
import requests
|
import requests
|
||||||
import json
|
import json
|
||||||
import time
|
import time
|
||||||
|
|||||||
10
.github/workflows/generator-windows.yml
vendored
10
.github/workflows/generator-windows.yml
vendored
@@ -43,16 +43,8 @@ env:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
setup:
|
setup:
|
||||||
name: setup
|
uses: ./.github/workflows/fetch-encrypted-secrets.yml
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- name: Checkout Repository
|
|
||||||
uses: actions/checkout@v4
|
|
||||||
|
|
||||||
- uses: Wandalen/wretry.action@master
|
|
||||||
with:
|
with:
|
||||||
action: ./.github/workflows/fetch-encrypted-secrets.yml
|
|
||||||
with: |
|
|
||||||
zip_url_json: ${{ inputs.zip_url }}
|
zip_url_json: ${{ inputs.zip_url }}
|
||||||
|
|
||||||
generate-bridge:
|
generate-bridge:
|
||||||
|
|||||||
Reference in New Issue
Block a user