Skip to content

Commit 0fc7c2c

Browse files
committed
fix: checkout authorship helpers from github repo
1 parent 673a510 commit 0fc7c2c

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/agent-authorship-label.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ on:
1313
required: false
1414
type: string
1515
default: blacksmith-4vcpu-ubuntu-2404
16+
helper_ref:
17+
description: "evalops/.github ref used to checkout helper scripts"
18+
required: false
19+
type: string
20+
default: main
1621

1722
permissions:
1823
contents: read
@@ -27,7 +32,7 @@ jobs:
2732
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5
2833
with:
2934
repository: evalops/.github
30-
ref: ${{ github.workflow_sha }}
35+
ref: ${{ inputs.helper_ref }}
3136
path: org-defaults
3237

3338
- name: Resolve pull request

0 commit comments

Comments
 (0)