There was an error while loading. Please reload this page.
1 parent 673a510 commit 0fc7c2cCopy full SHA for 0fc7c2c
1 file changed
.github/workflows/agent-authorship-label.yml
@@ -13,6 +13,11 @@ on:
13
required: false
14
type: string
15
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
21
22
permissions:
23
contents: read
@@ -27,7 +32,7 @@ jobs:
27
32
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5
28
33
with:
29
34
repository: evalops/.github
30
- ref: ${{ github.workflow_sha }}
35
+ ref: ${{ inputs.helper_ref }}
31
36
path: org-defaults
37
38
- name: Resolve pull request
0 commit comments