diff --git a/.forgejo/workflows/demo.yml b/.forgejo/workflows/demo.yml index 9c35dd9..4a524ea 100644 --- a/.forgejo/workflows/demo.yml +++ b/.forgejo/workflows/demo.yml @@ -15,4 +15,5 @@ jobs: - name: List files in the repository run: | ls ${{ github.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 "whoa" \ No newline at end of file