From 65270cff3ba7e7328f24aa3f835aa71d007e82fb Mon Sep 17 00:00:00 2001 From: Lennart <115736797+lnart@users.noreply.github.com> Date: Wed, 24 Apr 2024 12:20:31 +0200 Subject: [PATCH] fix path --- .github/workflows/deploy-green.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-green.yml b/.github/workflows/deploy-green.yml index 95cea40..46b126b 100644 --- a/.github/workflows/deploy-green.yml +++ b/.github/workflows/deploy-green.yml @@ -9,7 +9,7 @@ on: - green jobs: integrate: - uses: ./github/workflows/integrate.yml + uses: ./.github/workflows/integrate.yml build-image: needs: integrate