From b8b172b3f49c5dc922ced82729ae1b3b2d1e7e79 Mon Sep 17 00:00:00 2001 From: lubiana Date: Fri, 26 Apr 2024 12:33:54 +0000 Subject: [PATCH] .forgejo/workflows/demo.yml aktualisiert --- .forgejo/workflows/demo.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/demo.yml b/.forgejo/workflows/demo.yml index 2b0d6bd..09198b1 100644 --- a/.forgejo/workflows/demo.yml +++ b/.forgejo/workflows/demo.yml @@ -20,5 +20,5 @@ jobs: git clone --branch $GITHUB_REF_NAME https://${TOKEN}@${GIT_SERVER}/${REPO}.git . git fetch git checkout ${{ github.head_ref }} - -name: list - run: ls \ No newline at end of file + - name: list + run: ls \ No newline at end of file