Skip to content

Commit 788d066

Browse files
committed
Address reviewer feedback and lints
1 parent 6a26bfc commit 788d066

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

File renamed without changes.

.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)