ci: fix action reference
This commit is contained in:
parent
e4c55e677d
commit
98460356b9
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@ jobs:
|
|||
- run: kubectl get no -o wide
|
||||
|
||||
- name: install chart
|
||||
uses: nick-fields/retry@14672906e672a08bd6eeb15720e9ed3ce869cdd4 # v2.9.0
|
||||
uses: https://github.com/nick-fields/retry@14672906e672a08bd6eeb15720e9ed3ce869cdd4 # v2.9.0
|
||||
with:
|
||||
timeout_minutes: 15
|
||||
max_attempts: 3
|
||||
|
|
Loading…
Reference in a new issue