From 1e8385eef9d4aa731213e639e1c4238ec2a21945 Mon Sep 17 00:00:00 2001 From: Nicola Zangrandi Date: Tue, 21 Jan 2025 11:10:29 +0100 Subject: [PATCH] And of course yml is indentation dependent so tabs break it --- .forgejo/workflows/demo.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/demo.yml b/.forgejo/workflows/demo.yml index 77e9b0c..47611eb 100644 --- a/.forgejo/workflows/demo.yml +++ b/.forgejo/workflows/demo.yml @@ -4,4 +4,4 @@ jobs: runs-on: alpine-latest steps: - shell: sh - run: echo using sh here + run: echo using sh here