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