We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3c8b77 commit a9a797dCopy full SHA for a9a797d
.github/workflows/label_issue.yml
@@ -15,10 +15,9 @@ jobs:
15
- name: Checkout private action repository
16
uses: actions/checkout@v4
17
with:
18
- repository: poweiw/goggles_action
+ repository: NVIDIA/goggles_action
19
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: v1.2.1
+ ref: v1.3.0
22
23
- name: AI Label Issue
24
uses: ./.github/actions/goggles_action/actions/llm_label
0 commit comments