Skip to content

Commit

Permalink
Specify the working directory for the Meilisearch setup action
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
waybackarchiver authored Feb 20, 2024
1 parent 7be5fc1 commit 0f543fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meilisearch/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ runs:
VERSION: ${{ steps.prepare.outputs.version }}

- name: Launch Meilisearch
working-directory: ${{ runner.temp }}
shell: bash
run: |
echo ::group::Launch Meilisearch
Expand All @@ -98,4 +99,3 @@ runs:
branding:
icon: 'life-buoy'
color: 'pink'

0 comments on commit 0f543fd

Please sign in to comment.