Fix local action reference (#140)

This commit is contained in:
Róbert Papp
2024-09-18 16:49:01 +01:00
committed by GitHub
parent 3f757583fb
commit dfb235ae84

View File

@@ -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