We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3183ebe commit 3825c4bCopy full SHA for 3825c4b
1 file changed
.github/workflows/test_evaluation_function.yml
@@ -36,6 +36,10 @@ jobs:
36
steps:
37
- name: Checkout Code
38
uses: actions/checkout@v4
39
+ with:
40
+ repository: 'lambda-feedback/Database-Test'
41
+ ref: main
42
+ token: ${{ github.token }}
43
44
- name: Set up Python Environment
45
uses: actions/setup-python@v5
0 commit comments