From f7dcf5ab56ca306a3cac5e9ed8f929abd751a300 Mon Sep 17 00:00:00 2001 From: asandikci Date: Sun, 10 Nov 2024 23:16:14 +0300 Subject: [PATCH] Update .forgejo/workflows/demo.yaml --- .forgejo/workflows/demo.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/demo.yaml b/.forgejo/workflows/demo.yaml index 53722b0..64fd84e 100644 --- a/.forgejo/workflows/demo.yaml +++ b/.forgejo/workflows/demo.yaml @@ -10,7 +10,7 @@ jobs: - name: Dependencies run: | apt update -y - apt install git wget inetutils-ping dnsutils -y + apt install git wget inetutils-ping dnsutils -y git --version - name: CI Health Check