Skip to content

Commit

Permalink
Fix JS
Browse files Browse the repository at this point in the history
  • Loading branch information
lukebemish committed Nov 6, 2024
1 parent 9fff900 commit 7e22191
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ private String getUnpackScript() {
archive_format: 'zip',
});
let fs = require('fs');
fs.writeFileSync(`${process.env.GITHUB_WORKSPACE}/repo.zip`, Buffer.from(download.data));""";
return pullRequestNumber
fs.writeFileSync(`${process.env.GITHUB_WORKSPACE}/repo.zip`, Buffer.from(download.data));
return pullRequestNumber;""";
}
}

0 comments on commit 7e22191

Please sign in to comment.