From 7f4182be95baa7748b7010266d7fe230d4923fce Mon Sep 17 00:00:00 2001 From: Jose Troche Date: Wed, 19 Oct 2022 15:30:30 -0400 Subject: [PATCH] Remove tmp folder so it is not deployed --- action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/action.yml b/action.yml index dc3d9f6..5caa0f4 100644 --- a/action.yml +++ b/action.yml @@ -35,6 +35,7 @@ runs: cd ${{ inputs.deta-project-dir }} ~/.deta/bin/deta clone --name ${{ inputs.deta-name }} --project ${{ inputs.deta-project }} tmp/ cp -r tmp/.deta . + rm -r tmp/ # Using the access token, deploy the project to Deta # https://docs.deta.sh/docs/cli/commands#deta-deploy