From f21e3897814998da24ce1cb0c8703fe4450d3091 Mon Sep 17 00:00:00 2001 From: Arneth Date: Fri, 5 May 2023 12:51:51 -0400 Subject: [PATCH] try again --- .gitea/workflows/build.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 53fff5d26..f9a26a92a 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -16,4 +16,5 @@ jobs: - name: List files in the repository run: | ls ${{ github.workspace }} - - run: echo "This job's status is ${{ job.status }}." \ No newline at end of file + - run: echo "This job's status is ${{ job.status }}." + \ No newline at end of file