From 0fab485620514bd43cdc242d8c70ad1e158ac5af Mon Sep 17 00:00:00 2001 From: Scion Date: Sat, 25 Mar 2023 22:50:50 -0700 Subject: [PATCH] test --- unity-project/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unity-project/action.yaml b/unity-project/action.yaml index ca3c622..2e38e24 100644 --- a/unity-project/action.yaml +++ b/unity-project/action.yaml @@ -64,6 +64,6 @@ runs: if: inputs.cacheVolume != null uses: act/common/docker/docker-cp@master with: - recreateVolume: false + recreateVolume: true volume: ${{ inputs.cacheVolume }} fromPath: Library