diff --git a/.gitea/workflows/pipeline.yml b/.gitea/workflows/pipeline.yml index e20ad29..e07d8d7 100644 --- a/.gitea/workflows/pipeline.yml +++ b/.gitea/workflows/pipeline.yml @@ -16,7 +16,7 @@ jobs: - name: List files in the repository run: | ls ${{ gitea.workspace }} - - run: echo "Default Content: ${{ defaultContext }}." + - run: echo "Default Content ${{ defaultContext }}." - run: echo "🍏 This job's status is ${{ job.status }}."