From fcbc5ed5d093b5608a8157fca73d01bf4aef6bef Mon Sep 17 00:00:00 2001 From: vabene1111 Date: Sun, 21 May 2023 10:55:07 +0200 Subject: [PATCH] changed sub repo path --- .github/workflows/build-docker-open-data.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-docker-open-data.yml b/.github/workflows/build-docker-open-data.yml index 50471adb..5f3cdede 100644 --- a/.github/workflows/build-docker-open-data.yml +++ b/.github/workflows/build-docker-open-data.yml @@ -50,7 +50,7 @@ jobs: with: repository: TandoorRecipes/open_data_plugin ref: master - path: ./recipes/plugins/ + path: ./recipes/plugins/open_data_plugin # Build Vue frontend - uses: actions/setup-node@v3