We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74563ac commit 62199e7Copy full SHA for 62199e7
1 file changed
README.md
@@ -26,7 +26,7 @@ jobs:
26
with:
27
fetch-depth: 0
28
29
- - uses: loadingalias/cargo-rail-action@v1
+ - uses: loadingalias/cargo-rail-action@v3
30
id: rail
31
32
- name: Run targeted tests
@@ -54,17 +54,17 @@ jobs:
54
55
```yaml
56
# Explain plan decisions in job logs
57
-- uses: loadingalias/cargo-rail-action@v1
+- uses: loadingalias/cargo-rail-action@v3
58
59
args: '--explain'
60
61
# Custom format (default is github for this action)
62
63
64
args: '-f json'
65
66
# Use different comparison ref
67
68
69
since: 'origin/develop'
70
```
0 commit comments