Skip to content

Commit a4fe38c

Browse files
authored
Tests
1 parent db95ef8 commit a4fe38c

File tree

3 files changed

+3
-7
lines changed

3 files changed

+3
-7
lines changed

.github/workflows/gemini-assistant.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
ISSUE_AUTHOR: ${{ github.event.issue.user.login }}
9494
IS_PR: ${{ github.event.issue.pull_request && 'Pull Request' || 'Issue' }}
9595
run: |
96-
npx @google/gemini-cli@latest chat --prompt "
96+
npx @google/gemini-cli@latest --prompt "
9797
You are an expert WordPress plugin development assistant for the \"Optimizations ACE MC\" plugin.
9898
9999
CONTEXT:
@@ -213,7 +213,3 @@ jobs:
213213
repo: context.repo.repo,
214214
body: aiResponse
215215
});
216-
owner: context.repo.owner,
217-
repo: context.repo.repo,
218-
body: aiResponse
219-
});

.github/workflows/gemini-security-scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
CHANGED_FILES: ${{ steps.changed-files.outputs.all_changed_files }}
5050
GEMINI_API_KEY: ${{ secrets.GEMINI_API_KEY }}
5151
run: |
52-
npx @google/gemini-cli@latest chat --prompt "
52+
npx @google/gemini-cli@latest --prompt "
5353
You are a WordPress security expert with deep knowledge of plugin vulnerabilities.
5454
5555
SECURITY SCAN INSTRUCTIONS:

.github/workflows/wordpress-standards-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
CHANGED_FILES: ${{ steps.changed-files.outputs.all_changed_files }}
4747
GEMINI_API_KEY: ${{ secrets.GEMINI_API_KEY }}
4848
run: |
49-
npx @google/gemini-cli@latest chat --prompt "
49+
npx @google/gemini-cli@latest --prompt "
5050
You are a WordPress development expert and WordPress.org plugin reviewer.
5151
5252
WORDPRESS BEST PRACTICES ANALYSIS:

0 commit comments

Comments
 (0)