From 9e530416d74f16867855a754d666002130bb5f5a Mon Sep 17 00:00:00 2001 From: Earl Warren Date: Sat, 25 Mar 2023 23:24:07 +0100 Subject: [PATCH] do not pollute the checked out repository --- action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/action.yml b/action.yml index 840396d..8cdc795 100644 --- a/action.yml +++ b/action.yml @@ -34,6 +34,7 @@ runs: shell: bash - id: forgejo run: | + cd $(mktemp -d) dependencies.sh forgejo.sh setup ${{ inputs.user }} "${{ inputs.password }}" ${{ inputs.image }}:${{ inputs.image-version }} forgejo-runner.sh setup