Skip to content

Commit

Permalink
ci(automerge): flush buffer to disk
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs committed Feb 5, 2025
1 parent 48bcb6f commit d1b89d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/automerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
archive_format: "zip",
});
await writeFile("${{github.workspace}}/pr.zip", Buffer.from(download.data));
await writeFile("${{github.workspace}}/pr.zip", Buffer.from(download.data), { flush: true });
- name: Unzip artifact
run: unzip pr.zip
Expand Down

0 comments on commit d1b89d6

Please sign in to comment.