Skip to content

Commit 73838bb

Browse files
committed
update to align with goggles_action update
Signed-off-by: Po-Wei Wang (Vincent) <poweiw@nvidia.com>
1 parent 2418d81 commit 73838bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/label_issue.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ jobs:
1616
uses: actions/checkout@v4
1717
with:
1818
repository: poweiw/goggles_action
19-
path: ./.github/actions/ai_labeler_action # local path to store the action
19+
path: ./.github/actions/goggles_action # local path to store the action
2020
token: ${{ secrets.ACTION_REPO_PAT }} # token to access poweiw/goggles_action
2121
ref: main
2222

2323
- name: AI Label Issue
24-
uses: ./.github/actions/ai_labeler_action/action_llm_label
24+
uses: ./.github/actions/goggles_action/actions/llm_label
2525
with:
2626
ACTION_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2727
LLM_MODEL_NAME: ${{ secrets.LLM_MODEL_NAME }}

0 commit comments

Comments
 (0)