Skip to content

Commit 2462829

Browse files
strawgateclaude
andcommitted
Rename to gh-aw-internal-gemini-cli
Add gh-aw- prefix to match existing internal workflow naming convention. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 19791b2 commit 2462829

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/internal-gemini-cli.lock.yml renamed to .github/workflows/gh-aw-internal-gemini-cli.lock.yml

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
File renamed without changes.

.github/workflows/trigger-internal-gemini-cli.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ jobs:
1717
if: >-
1818
github.event.issue.pull_request == null &&
1919
startsWith(github.event.comment.body, '/gemini')
20-
uses: ./.github/workflows/internal-gemini-cli.lock.yml
20+
uses: ./.github/workflows/gh-aw-internal-gemini-cli.lock.yml
2121
secrets:
2222
GEMINI_API_KEY: ${{ secrets.GEMINI_API_KEY }}

gh-agent-workflows/internal-gemini-cli/example.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ jobs:
1515
if: >-
1616
github.event.issue.pull_request == null &&
1717
startsWith(github.event.comment.body, '/gemini')
18-
uses: elastic/ai-github-actions/.github/workflows/internal-gemini-cli.lock.yml@v0
18+
uses: elastic/ai-github-actions/.github/workflows/gh-aw-internal-gemini-cli.lock.yml@v0
1919
secrets:
2020
GEMINI_API_KEY: ${{ secrets.GEMINI_API_KEY }}

0 commit comments

Comments
 (0)