We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e593b9 commit 60e5892Copy full SHA for 60e5892
.github/workflows/release-asset-audit.yml
@@ -40,7 +40,7 @@ jobs:
40
var fs = require('fs');
41
var body = ''
42
if (fs.existsSync('./comment')) {
43
- body = JSON.parse(fs.readFileSync('./comment')) + "\n\n";
+ body = fs.readFileSync('./comment') + "\n\n";
44
}
45
body = body + `\n\nhttps://github.com/${context.repo.owner}/${context.repo.repo}/actions/runs/${context.runId}`
46
0 commit comments