Skip to content

Commit 2828c2b

Browse files
docs: use v1 instead of @main (#26)
1 parent 3d9d0c0 commit 2828c2b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ jobs:
131131
steps:
132132
- uses: actions/checkout@v5
133133

134-
- uses: aidandenlinger/autocopr@main # Or a specific release tag, or commit
134+
- uses: aidandenlinger/autocopr@v1 # Or a specific release tag, or commit
135135
with:
136136
mode: "push"
137137
```
@@ -182,7 +182,7 @@ jobs:
182182
steps:
183183
- uses: actions/checkout@v5
184184

185-
- uses: aidandenlinger/autocopr@main # Or a specific release tag, or commit
185+
- uses: aidandenlinger/autocopr@v1 # Or a specific release tag, or commit
186186
with:
187187
mode: "check"
188188
```

0 commit comments

Comments
 (0)