From 6f41bb3a760e64c57a6d8c25600444e0ed5e0122 Mon Sep 17 00:00:00 2001 From: Joey Hafner Date: Mon, 12 Feb 2024 22:11:50 -0800 Subject: [PATCH] #120 Fix typo --- .gitea/workflows/first-action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/first-action.yaml b/.gitea/workflows/first-action.yaml index d459876..ac7544f 100644 --- a/.gitea/workflows/first-action.yaml +++ b/.gitea/workflows/first-action.yaml @@ -11,4 +11,4 @@ jobs: - name: List files and directories run: | ls ${{ gitea.workspace }} - run: echo "Job status: ${{ job.status }}" \ No newline at end of file + - run: echo "Job status ${{ job.status }}" \ No newline at end of file