From 6e06e207dc2e9fa54b49441b8f07498511620a9a Mon Sep 17 00:00:00 2001 From: Ivan Li Date: Sun, 21 May 2023 14:27:39 +0800 Subject: [PATCH] ci: 2. --- .gitea/workflows/built-bin.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitea/workflows/built-bin.yaml b/.gitea/workflows/built-bin.yaml index bb24d63..fc935b2 100644 --- a/.gitea/workflows/built-bin.yaml +++ b/.gitea/workflows/built-bin.yaml @@ -14,6 +14,5 @@ jobs: - run: echo "The workflow is now ready to test your code on the runner." - name: List files in the repository run: | - ls ${{ gitea.workspace }} + ls ${{ gitea.workspace }} - run: echo "This job's status is ${{ gitea.status }}." - \ No newline at end of file