From 9522b14809ab1dc99d17a60e57fe767db0c71cf4 Mon Sep 17 00:00:00 2001 From: cat Date: Tue, 17 Feb 2026 18:18:31 +0000 Subject: [PATCH] Update .forgejo/workflows/test.yml --- .forgejo/workflows/test.yml | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/.forgejo/workflows/test.yml b/.forgejo/workflows/test.yml index aa83722..4639564 100644 --- a/.forgejo/workflows/test.yml +++ b/.forgejo/workflows/test.yml @@ -1,17 +1,13 @@ -name: pizdec neofetch - -on: - push: - branches: - - main - jobs: run-neofetch: - runs-on: ubuntu-latest + runs-on: self-hosted + container: + image: ubuntu:latest steps: - - name: download neofetch 228 + - name: download neofetch run: | + apt update && apt install -y curl bash curl -Lo neofetch https://raw.githubusercontent.com/dylanaraps/neofetch/refs/heads/master/neofetch chmod +x neofetch