From 05ff3054c5e3ea67d20583124200c7362a8a1ee7 Mon Sep 17 00:00:00 2001 From: maciek Date: Sun, 9 Mar 2025 21:36:33 +0100 Subject: [PATCH] test uszu 4 --- .forgejo/workflows/release.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.forgejo/workflows/release.yml b/.forgejo/workflows/release.yml index 6da1a39..de12e22 100644 --- a/.forgejo/workflows/release.yml +++ b/.forgejo/workflows/release.yml @@ -10,9 +10,8 @@ jobs: image: "mcr.microsoft.com/dotnet/sdk:9.0-alpine" steps: - shell: ash - run: "apk add --update nodejs npm libstdc++" + run: "apk add --update git" - shell: ash - run: "node -v" - - uses: "https://code.forgejo.org/actions/checkout@v4" + run: "git clone --depth 1 https://oauth2:${{ secrets.FORGEJO_TOKEN }}@git.femboy.science/maciek/big-and-small-unofficial-addon-anomaly.git" - shell: ash run: "ls -laF"