We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e3b2b1 commit d8ba558Copy full SHA for d8ba558
1 file changed
.github/workflows/gemini_issues_review.yml
@@ -35,7 +35,9 @@ jobs:
35
${{ runner.os }}-gemini-issues-
36
37
- name: Install dependencies
38
- run: npm install @actions/github @google/generative-ai @octokit/core
+ run: npm install @actions/github@5.1.1 @google/generative-ai @octokit/core
39
+ #run: npm install @actions/github @google/generative-ai @octokit/core
40
+
41
42
- name: Run Gemini Issue Summarizer Script
43
env:
0 commit comments