From cdcbc8236392215c02dc595639fb09074f03a6b4 Mon Sep 17 00:00:00 2001 From: maximeg Date: Thu, 18 Jan 2024 15:26:43 +0000 Subject: [PATCH] Actualiser .gitea/workflows/test.yml --- .gitea/workflows/test.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index fb3f380..6ebd76f 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -5,9 +5,8 @@ on: [push] jobs: build and deploy: steps: - - name: check folder - uses: actions/checkout@v3 - run: | + - uses: actions/checkout@v3 + - run: | pwd echo 'hello world' ls -a