From 9b1414affad4358d57fb0e54ede2dbe7ec2d726b Mon Sep 17 00:00:00 2001 From: CeciliaKelley33Mm Date: Fri, 18 Oct 2024 16:39:36 +0700 Subject: [PATCH] It's not made automatically but manually. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eaf1b70..afd0bf9 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ This repository transforms GitHub Actions into a (12 * 2)/(3.5 * 2) free s36v36 During the first runtime, a data directory named `globalData` is created in `/mnt/`, which is [Azure's temporary storage partition](https://learn.microsoft.com/en-us/azure/virtual-machines/managed-disks-overview#temporary-disk). This partition is used for storing the swap file by default, but also offers a lot of space for storing large files. You can store the stuff that you don't want to keep throughout the runtimes inside that folder. -There's also another folder called `toBackup` inside `globalData`. Files in this folder will persist across the runtimes. It also contains these two scripts: +There's also another folder called `toBackup` inside `globalData`. Files in this folder will persist across the runtimes. You can also create these 2 scripts inside the directory and it will run at the following time periods: - `postinstall.sh` - runs after the runtime finishes setting things up. - `postruntime.sh` - executes 30 minutes before the runtime stops (which has a maximum limit of 6 hours).