From 55eb3be5d5b981ac4de65f4979296da7c66aa304 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?dni=20=E2=9A=A1?= <office@dnilabs.com>
Date: Tue, 16 Apr 2024 11:43:53 +0200
Subject: [PATCH] feat: make workflow reuseable for external repo (#2419)

* feat: make workflow reuseable for external repo

* fixup!
---
 .github/workflows/make.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/make.yml b/.github/workflows/make.yml
index 5f8694fbe..40b57d320 100644
--- a/.github/workflows/make.yml
+++ b/.github/workflows/make.yml
@@ -26,7 +26,7 @@ jobs:
     runs-on: ${{ matrix.os-version }}
     steps:
       - uses: actions/checkout@v4
-      - uses: ./.github/actions/prepare
+      - uses: lnbits/lnbits/.github/actions/prepare@dev
         with:
           python-version: ${{ inputs.python-version }}
           node-version: ${{ matrix.node-version }}