From 6d0c57299aa83f4fcc647f78db0539270ec257b7 Mon Sep 17 00:00:00 2001 From: PrashantRaj18198 Date: Thu, 5 Sep 2024 13:57:53 +0530 Subject: [PATCH] fix: complex logic section provisioner name --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b419a4a..f61d0d1 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,7 @@ jobs: "https://api.github.com/repos/${{ github.repository }}/branches/$branch/protection") if [ $response -eq 200 ]; then echo "Branch is protected" - echo "runner=warp-ubuntu-latest-x64-2x" >> $GITHUB_OUTPUT + echo "runner=warp-ubuntu-latest-x64-8x;snapshot.key=unique-snapshot-alias" >> $GITHUB_OUTPUT else echo "Branch is not protected" echo "runner=warp-ubuntu-latest-x64-8x" >> $GITHUB_OUTPUT