From 4c496be2207bde9946e68dbafc79688aee30fcab Mon Sep 17 00:00:00 2001 From: Adam Outler Date: Thu, 17 Aug 2023 17:40:55 +0000 Subject: [PATCH] Update .gitea/workflows/demo.yaml --- .gitea/workflows/demo.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml index 8c34fb0..4043afa 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -15,4 +15,5 @@ jobs: - name: List files in the repository run: | ls ${{ gitea.workspace }} - - run: echo "This job's status is ${{ gitea.status }}." \ No newline at end of file + - run: echo "This job's status is ${{ gitea.status }}." + \ No newline at end of file