From 33fa3cee65f0b5778e76961bf146ed0fc4a97286 Mon Sep 17 00:00:00 2001 From: artem Date: Thu, 17 Oct 2024 22:09:42 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20.gitea/workflows/demo.yaml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/demo.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml index 016ba53..827e526 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -16,5 +16,8 @@ jobs: - name: List files in the repository run: | ls ${{ gitea.workspace }} + - name: cat file + run: | + cat gitea-ci.yaml - run: echo "🍏 This job's status is ${{ job.status }}." \ No newline at end of file