We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2418d81 commit 73838bbCopy full SHA for 73838bb
.github/workflows/label_issue.yml
@@ -16,12 +16,12 @@ jobs:
16
uses: actions/checkout@v4
17
with:
18
repository: poweiw/goggles_action
19
- path: ./.github/actions/ai_labeler_action # local path to store the action
+ path: ./.github/actions/goggles_action # local path to store the action
20
token: ${{ secrets.ACTION_REPO_PAT }} # token to access poweiw/goggles_action
21
ref: main
22
23
- name: AI Label Issue
24
- uses: ./.github/actions/ai_labeler_action/action_llm_label
+ uses: ./.github/actions/goggles_action/actions/llm_label
25
26
ACTION_TOKEN: ${{ secrets.GITHUB_TOKEN }}
27
LLM_MODEL_NAME: ${{ secrets.LLM_MODEL_NAME }}
0 commit comments