From 8a404e8a0c378de7774ba0a6292cd4d5406ba6f6 Mon Sep 17 00:00:00 2001 From: Arno Kaimbacher Date: Thu, 13 Apr 2023 13:25:22 +0200 Subject: [PATCH] - test workflow 2 --- .gitea/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 732fb75..45aa628 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -13,7 +13,7 @@ jobs: uses: actions/checkout@v3 - run: echo "The ${{ github.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 + - name: List files in the repository: run: | ls ${{ github.workspace }} - run: echo "This job's status is ${{ job.status }}."