Skip to content

Commit 3b239b3

Browse files
authored
Merge pull request #4681 from MicrosoftDocs/main
Publish to live, Friday 4 AM PST, 5/9
2 parents 6987c76 + f648e4b commit 3b239b3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

articles/ai-foundry/how-to/evaluation-github-action.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,9 @@ jobs:
107107
run-action:
108108
runs-on: ubuntu-latest
109109
steps:
110+
- name: Checkout
111+
uses: actions/checkout@v4
112+
110113
- name: Azure login using Federated Credentials
111114
uses: azure/login@v2
112115
with:
@@ -115,7 +118,7 @@ jobs:
115118
subscription-id: ${{ vars.AZURE_SUBSCRIPTION_ID }}
116119

117120
- name: Run Evaluation
118-
uses: microsoft/ai-agent-evals@v1
121+
uses: microsoft/ai-agent-evals@v1-beta
119122
with:
120123
# Replace placeholders with values for your Azure AI Project
121124
azure-aiproject-connection-string: "<your-ai-project-conn-str>"

0 commit comments

Comments
 (0)