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