feat: make workflow reuseable for external repo (#2419)
* feat: make workflow reuseable for external repo * fixup!
This commit is contained in:
parent
0714570242
commit
55eb3be5d5
1 changed files with 1 additions and 1 deletions
2
.github/workflows/make.yml
vendored
2
.github/workflows/make.yml
vendored
|
|
@ -26,7 +26,7 @@ jobs:
|
||||||
runs-on: ${{ matrix.os-version }}
|
runs-on: ${{ matrix.os-version }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: ./.github/actions/prepare
|
- uses: lnbits/lnbits/.github/actions/prepare@dev
|
||||||
with:
|
with:
|
||||||
python-version: ${{ inputs.python-version }}
|
python-version: ${{ inputs.python-version }}
|
||||||
node-version: ${{ matrix.node-version }}
|
node-version: ${{ matrix.node-version }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue