diff --git a/.forgejo/workflows/ci.yaml b/.forgejo/workflows/ci.yaml index 54a1a37..31ca249 100644 --- a/.forgejo/workflows/ci.yaml +++ b/.forgejo/workflows/ci.yaml @@ -6,5 +6,5 @@ jobs: - name: List files in the repository run: | echo Sync files with server - echo "🍏 This job's status is ${{ job.status }}." - - run: echo "🍏 This job's status is ${{ job.status }}." + echo "We are in $PWD" + - run: echo "Job ended with status '${{ job.status }}'."