diff --git a/.gitea/workflows/run.yaml b/.gitea/workflows/run.yaml index a1d858d..1188f7f 100644 --- a/.gitea/workflows/run.yaml +++ b/.gitea/workflows/run.yaml @@ -8,4 +8,5 @@ jobs: gitea-action-test: runs-on: ubuntu-latest steps: - - run: "echo ${{ github.event.head_commit.message }}" \ No newline at end of file + - run: "echo ${{ github.event.head_commit.message }}" + - run: echo "This job's status is ${{ job.status }}." \ No newline at end of file