Skip to content

Commit dfb235a

Browse files
authored
Fix local action reference (nick-fields#140)
1 parent 3f75758 commit dfb235a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ with:
206206
207207
```yaml
208208
name: Multi-line multi-command Test
209-
uses: ./
209+
uses: nick-fields/retry@v3
210210
with:
211211
timeout_minutes: 1
212212
max_attempts: 2
@@ -219,7 +219,7 @@ with:
219219
220220
```yaml
221221
name: Multi-line single-command Test
222-
uses: ./
222+
uses: nick-fields/retry@v3
223223
with:
224224
timeout_minutes: 1
225225
max_attempts: 2

0 commit comments

Comments
 (0)