Skip to content

Commit

Permalink
fixup! CI message first test
Browse files Browse the repository at this point in the history
  • Loading branch information
jmaupetit committed Nov 21, 2024
1 parent e74ab56 commit 2b1ca8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ jobs:
with:
script: |
const fs = require('node:fs');
fs.readFile('bench_admin_stats.md', 'utf8', (err, data) => {
fs.readFile('./bench_admin_stats.md', 'utf8', (err, data) => {
if (err) {
console.error(err);
return;
Expand Down

0 comments on commit 2b1ca8a

Please sign in to comment.