From 216cfa419347dfbce85c5015922cfacaab37636e Mon Sep 17 00:00:00 2001 From: Peter Tillemans Date: Sun, 26 May 2024 19:45:15 +0200 Subject: [PATCH] fix typos in yaml --- .forgejo/workflows/demo.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.forgejo/workflows/demo.yaml b/.forgejo/workflows/demo.yaml index baf8144..e084ddb 100644 --- a/.forgejo/workflows/demo.yaml +++ b/.forgejo/workflows/demo.yaml @@ -4,7 +4,7 @@ jobs: test: runs-on: docker steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v4 with: - sparse-checkout: . - - run: echo All Good + sparse-checkout: . + - run: echo All Good \ No newline at end of file