From a784a3155d7d74f17c0eb28192de1c4928a67483 Mon Sep 17 00:00:00 2001 From: Pavel Zwerschke Date: Tue, 17 Oct 2023 22:20:48 +0200 Subject: [PATCH] Fix typo (#27) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ca87469..b4d595d 100644 --- a/README.md +++ b/README.md @@ -181,7 +181,7 @@ If nothing is specified, `setup-pixi` will default to `default` or `vv` dependin ### Self-hosted runners -On self hosted runners, it may happen that some files are persisted between jobs. +On self-hosted runners, it may happen that some files are persisted between jobs. This can lead to problems or secrets getting leaked between job runs. To avoid this, you can use the `post-cleanup` input to specify the post cleanup behavior of the action (i.e., what happens _after_ all your commands have been executed).