We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca426e0 commit d811c20Copy full SHA for d811c20
2 files changed
.github/workflows/example.yml
@@ -18,7 +18,7 @@ jobs:
18
issues: write
19
steps:
20
- name: Improve Issue Titles
21
- uses: horw/issue-title-ai@v0.1.4b
+ uses: horw/issue-title-ai@v0.1.5b
22
with:
23
github-token: ${{ github.token }}
24
# gemini-api-key: ${{ secrets.GEMINI_API_KEY }}
README.md
@@ -59,7 +59,7 @@ jobs:
59
runs-on: ubuntu-latest
60
61
62
63
64
github-token: ${{ secrets.GITHUB_TOKEN }}
65
# Choose one of these API keys based on your preference
0 commit comments