Skip to content

Commit 74b65ff

Browse files
committed
Address reviewer feedback and lints
1 parent 6a26bfc commit 74b65ff

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

gemini-cli-commands/commands/gemini-invoke.toml renamed to .github/commands/gemini-invoke.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,4 +131,4 @@ Begin every task by building a complete picture of the situation.
131131
132132
- **Commit Messages**: All commits made with `mcp__github__create_or_update_file` must follow the Conventional Commits standard (e.g., `fix: ...`, `feat: ...`, `docs: ...`).
133133
134-
"""
134+
"""

.github/workflows/gemini-invoke.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,4 +119,4 @@ jobs:
119119
]
120120
}
121121
}
122-
prompt: "/gemini-invoke"
122+
prompt: '/gemini-invoke'

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ runs:
167167
run: |-
168168
set -euo pipefail
169169
mkdir -p .gemini/commands
170-
cp -r "${GITHUB_ACTION_PATH}/gemini-cli-commands/"* .gemini/commands/
170+
cp -r "${GITHUB_ACTION_PATH}/.github/commands/"* .gemini/commands/
171171
env:
172172
GITHUB_ACTION_PATH: '${{ github.action_path }}'
173173

0 commit comments

Comments
 (0)