From f9dc22763bd5c309923e51f91363df358bb806c3 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 9 May 2024 16:09:19 +0000 Subject: [PATCH] =?UTF-8?q?tep=C5=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .forgejo/workflows/demo.yml | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/.forgejo/workflows/demo.yml b/.forgejo/workflows/demo.yml index 8ef9a8d..85c7741 100644 --- a/.forgejo/workflows/demo.yml +++ b/.forgejo/workflows/demo.yml @@ -1,14 +1,19 @@ +#on: [push] +#jobs: +# ls: +# runs-on: docker +# container: +# image: code.forgejo.org/oci/alpine:3.19 +# steps: +# - run: | +# echo ${{ github.workspace }} + on: [push] jobs: - ls: + test: runs-on: docker - container: - image: code.forgejo.org/oci/alpine:3.19 steps: - - run: | - echo ${{ github.workspace }} - - + - run: echo All Good