get rid of abandoned Wandalen/wretry.action
This commit is contained in:
@@ -31,13 +31,8 @@ jobs:
|
||||
BASE_REF: ${{ github.base_ref }}
|
||||
run: git show "origin/$BASE_REF:yarn.lock" > yarn.lock
|
||||
|
||||
- name: Yarn install
|
||||
uses: Wandalen/wretry.action@master
|
||||
with:
|
||||
# Fine to skip scripts since we don't run any code
|
||||
command: yarn install --ignore-scripts
|
||||
attempt_limit: 3
|
||||
attempt_delay: 2000
|
||||
- name: ⚙️ Install dependencies
|
||||
run: yarn install --ignore-scripts
|
||||
|
||||
- name: Verify yarn.lock
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user