mirror of
https://github.com/nick-fields/retry.git
synced 2026-02-09 06:38:02 +00:00
Fix local action reference (#140)
This commit is contained in:
@@ -206,7 +206,7 @@ with:
|
||||
|
||||
```yaml
|
||||
name: Multi-line multi-command Test
|
||||
uses: ./
|
||||
uses: nick-fields/retry@v3
|
||||
with:
|
||||
timeout_minutes: 1
|
||||
max_attempts: 2
|
||||
@@ -219,7 +219,7 @@ with:
|
||||
|
||||
```yaml
|
||||
name: Multi-line single-command Test
|
||||
uses: ./
|
||||
uses: nick-fields/retry@v3
|
||||
with:
|
||||
timeout_minutes: 1
|
||||
max_attempts: 2
|
||||
|
||||
Reference in New Issue
Block a user