From 0f543fdeb4abc7cc8639292b822edde87c85d4bb Mon Sep 17 00:00:00 2001 From: Wayback Archiver <66856220+waybackarchiver@users.noreply.github.com> Date: Tue, 20 Feb 2024 09:16:22 +0000 Subject: [PATCH] Specify the working directory for the Meilisearch setup action In some cases, the downstream job needed to remove the current working directory. If the meilisearch setup action was run before it, the downstream job may not remove the database directory of the meilisearch action. --- meilisearch/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meilisearch/action.yml b/meilisearch/action.yml index b06b9ee..33281b9 100644 --- a/meilisearch/action.yml +++ b/meilisearch/action.yml @@ -74,6 +74,7 @@ runs: VERSION: ${{ steps.prepare.outputs.version }} - name: Launch Meilisearch + working-directory: ${{ runner.temp }} shell: bash run: | echo ::group::Launch Meilisearch @@ -98,4 +99,3 @@ runs: branding: icon: 'life-buoy' color: 'pink' -