From 01c2b597d9517551a7015fd4c6341b37bb0f08e8 Mon Sep 17 00:00:00 2001 From: Burak Yigit Kaya Date: Fri, 17 Jan 2025 11:52:30 +0000 Subject: [PATCH] fix: Use local path for get-compose-action Follow up to #3539 --- action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yaml b/action.yaml index c177615c72..c72c7e1e76 100644 --- a/action.yaml +++ b/action.yaml @@ -39,7 +39,7 @@ runs: fi - name: Get Compose - uses: getsentry/self-hosted/get-compose-action@master + uses: ${{ github.action_path }}get-compose-action - name: Compute Docker Volume Cache Keys id: cache_key