[O] Retry attempts of action

pull/52/head
Clansty 2024-09-02 23:50:05 +08:00
parent e3c0fe5e78
commit fbbdb056d7
No known key found for this signature in database
GPG Key ID: 3A6BE8BAF2EDE134
1 changed files with 4 additions and 1 deletions

View File

@ -20,11 +20,14 @@ jobs:
- uses: actions/checkout@v4
- name: Checkout Assets
uses: actions/checkout@v4
uses: clansty/checkout@main
with:
repository: clansty/AquaMai-Build-Assets
ssh-key: ${{ secrets.BUILD_ASSETS_KEY }}
path: build-assets
max-attempts: 50
min-retry-interval: 1
max-retry-interval: 5
- uses: microsoft/setup-msbuild@v2