From e7fa54784aa0b9831efd4be9cde8d1edaab923ad Mon Sep 17 00:00:00 2001 From: David Claeys Date: Mon, 9 Feb 2026 13:25:56 +0100 Subject: [PATCH] update action --- .gitea/workflows/action.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitea/workflows/action.yml b/.gitea/workflows/action.yml index 2a89cc6..f523cf4 100644 --- a/.gitea/workflows/action.yml +++ b/.gitea/workflows/action.yml @@ -22,6 +22,11 @@ jobs: echo "Docker installation not found. Docker will be installed" curl -fsSL https://get.docker.com | sh fi + - name: Install Fetch + run: | + echo "Installing fetch" + npm install -g npm + npm install node-fetch - name: Set up Docker Buildx uses: https://github.com/docker/setup-buildx-action@v3 - name: Login to Gitea container registry