feat: make workflow reuseable for external repo (#2419)

* feat: make workflow reuseable for external repo

* fixup!
This commit is contained in:
dni ⚡ 2024-04-16 11:43:53 +02:00 committed by GitHub
parent 0714570242
commit 55eb3be5d5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 }}