We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69b584c commit d2bdfd0Copy full SHA for d2bdfd0
README.md
@@ -32,7 +32,7 @@ jobs:
32
generate-tests:
33
runs-on: ubuntu-latest
34
steps:
35
- - uses: codebeaver-ai/codebeaver-action@v1
+ - uses: codebeaver-ai/codebeaver-action@v0.1.0
36
with:
37
api-key: ${{ secrets.CODEBEAVER_API_KEY }}
38
```
@@ -48,7 +48,7 @@ jobs:
48
## Example with all options
49
50
```yaml
51
-- uses: codebeaver-ai/codebeaver-action@v1
+- uses: codebeaver-ai/codebeaver-action@v0.1.0
52
53
54
repository: "octocat/Hello-World"
0 commit comments