From 150b48889d70ecb1248c530dbf07e5a9b08da755 Mon Sep 17 00:00:00 2001 From: vadim Date: Thu, 5 Mar 2026 21:48:26 +0300 Subject: [PATCH] wip --- .gitea/workflows/demo.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml index 85bed4f..efd0730 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -12,8 +12,8 @@ jobs: - name: Check out repository code uses: actions/checkout@v4 - run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner." -# - run: echo "🖥️ The workflow is now ready to test your code on the runner." -# - name: List files in the repository -# run: | -# ls ${{ gitea.workspace }} -# - run: echo "🍏 This job's status is ${{ job.status }}." \ No newline at end of file + - run: echo "🖥️ The workflow is now ready to test your code on the runner." + - name: List files in the repository + run: | + ls ${{ gitea.workspace }} + - run: echo "🍏 This job's status is ${{ job.status }}." \ No newline at end of file