Skip to content

Commit

Permalink
Fixing file name.
Browse files Browse the repository at this point in the history
  • Loading branch information
julialawrence committed Nov 2, 2023
1 parent fbfb0b1 commit a7c163b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate-metrics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
for script in cfr.py df.py ltfc.py mttr.py; do
python $script $json_file "${{ env.start_date }}..${{ env.date }}"
output=$(cat output.txt)
output=$(cat output.log)
rm output.txt
metric=$(basename "$script" .py | tr '[:lower:]' '[:upper:]')
issue_body+="### $metric\n\`\`\`\n$output\n\`\`\`\n"
Expand Down

0 comments on commit a7c163b

Please sign in to comment.