Skip to content

Commit

Permalink
fix: Fix issue with path construction on windows #22
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanbuck committed May 24, 2022
1 parent ef76e9c commit fb73b92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Expand Up @@ -113,7 +113,7 @@ async function run(env, eventPayload, fs, core) {
const json = Object.fromEntries(result);

fs.writeFileSync(
`${env.HOME}/issue-parser-result.json`,
`${env.USERPROFILE || env.HOME}/issue-parser-result.json`,
jsonStringify(json),
"utf-8"
);
Expand Down

0 comments on commit fb73b92

Please sign in to comment.