Skip to content

Commit 1e5c35c

Browse files
authored
Update agentready-weekly.yml
1 parent 70fce52 commit 1e5c35c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/agentready-weekly.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ jobs:
3030
- name: Run AgentReady Assessment
3131
id: assessment
3232
run: |
33-
# Exclusions configured in .github/agentready-config.yaml
34-
agentready assess . --config .github/agentready-config.yaml > assessment-output.txt
33+
# Exclusions configured in .github/workflows/agentready-config.yaml
34+
agentready assess . --config .github/workflows/agentready-config.yaml > assessment-output.txt
3535
cat assessment-output.txt
3636
SCORE=$(grep "Overall Score:" assessment-output.txt | grep -oE '[0-9]+\.[0-9]+' | head -1)
3737
echo "score=$SCORE" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)