0
Fork 0
mirror of https://codeberg.org/librewolf/source.git synced 2024-12-22 13:43:04 -05:00

Fix forgejo push workflow

This commit is contained in:
Malte Jürgens 2023-11-14 21:18:04 +01:00
parent 4325958969
commit 1631a76053
No known key found for this signature in database
GPG key ID: D29FBD5F93C0CFC3

View file

@ -8,6 +8,8 @@ jobs:
- run: apk update -U && apk add make gnupg patch python3 bash xz nodejs git - run: apk update -U && apk add make gnupg patch python3 bash xz nodejs git
shell: sh shell: sh
- uses: actions/checkout@v3 - uses: actions/checkout@v3
with:
submodules: true
- run: make fetch-upstream-woodpecker - run: make fetch-upstream-woodpecker
- run: make check-patchfail-woodpecker - run: make check-patchfail-woodpecker
- run: make all - run: make all