Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 1381ee0

Browse files
Save into other file
1 parent 93be7e1 commit 1381ee0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

‎.github/workflows/evaluate.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,14 +157,15 @@ jobs:
157157
if: ${{ success() }}
158158
run: |
159159
echo "📊 Evaluation Results" >> $GITHUB_STEP_SUMMARY
160-
python -m evaltools summary evals/results --output=markdown >> $GITHUB_STEP_SUMMARY
160+
python -m evaltools summary evals/results --output=markdown >> eval-results.md
161+
cat eval-results.md >> $GITHUB_STEP_SUMMARY
161162
162163
- name: Comment on pull request
163164
uses: actions/github-script@v7
164165
with:
165166
script: |
166167
const fs = require('fs');
167-
const summaryPath = process.env.GITHUB_STEP_SUMMARY;
168+
const summaryPath = "eval-results.md";
168169
const summary = fs.readFileSync(summaryPath, 'utf8');
169170
github.rest.issues.createComment({
170171
issue_number: context.issue.number,

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /