Skip to content

Commit 4499ba0

Browse files
Adds cd to action path in action.
1 parent 73a9635 commit 4499ba0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ runs:
4444
STRUCTR_CONF_FILE: ${{ inputs.structr-conf-file }}
4545
run: >-
4646
./setup_environment.sh ${{ github.action_path }} &&
47-
docker-compose up -d
47+
cd ${{ github.action_path }} && docker-compose up -d
4848
4949
shell: bash
5050

0 commit comments

Comments
 (0)