1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

changed ownership of retry package

Signed-off-by: Jim Ehrismann <jehrismann@mirantis.com>
This commit is contained in:
Jim Ehrismann 2022-02-16 10:44:35 -05:00
parent 733bb543c9
commit 4c6c02fcf9

View File

@ -42,7 +42,7 @@ jobs:
restore-keys: |
${{ runner.os }}-yarn-
- uses: nick-invision/retry@v2
- uses: nick-fields/retry@v2
name: Install dependencies
with:
timeout_minutes: 10
@ -53,7 +53,7 @@ jobs:
- run: make build-npm
name: Generate npm package
- uses: nick-invision/retry@v2
- uses: nick-fields/retry@v2
name: Build bundled extensions
with:
timeout_minutes: 15