diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml index 0f461a2..e245bc3 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -19,4 +19,5 @@ jobs: - name: List files in the repository run: | ls ${{ gitea.workspace }} - - run: echo "🍏 This job's status is ${{ job.status }}." \ No newline at end of file + - run: echo "🍏 This job's status is ${{ job.status }}." + - run: echo "😀😀 REPO_NAME = ${{ vars.REPO_NAME}}" \ No newline at end of file