Skip to content

Commit

Permalink
Update bundle based on commit ccfb942
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Mar 8, 2024
1 parent 931fde0 commit b982431
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions dist/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,6 @@ try {
}
for (const file of files) {
try {
// await fsAccess(pathJoin(ghactionsWorkspaceDirectory, file), fsConstants.R_OK);
await fsAccess(file, fsConstants.R_OK);
}
catch {
Expand Down Expand Up @@ -487,7 +486,7 @@ try {
}
requestForm.append("attachments", JSON.stringify(attachments));
requestForm.append("payload_json", requestPayloadStringify);
return requestForm.getBuffer();
return requestForm;
}
case "json":
requestHeaders.append("Content-Type", "application/json");
Expand Down

0 comments on commit b982431

Please sign in to comment.