Skip to content

Commit

Permalink
Update artifact-size-metrics.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
0marperez authored Apr 22, 2024
1 parent 3c9b14e commit b6f45bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/artifact-size-metrics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
}
const fs = require('node:fs')
const comment = fs.readFileSync('/build/reports/metrics/artifact-analysis.md', 'utf8')
const comment = fs.readFileSync('build/reports/metrics/artifact-analysis.md', 'utf8')
const writeComment =
`mutation {
Expand Down

0 comments on commit b6f45bd

Please sign in to comment.