diff --git a/.gitea/workflows/demo.yml b/.gitea/workflows/demo.yml index 48ed793..309eabb 100644 --- a/.gitea/workflows/demo.yml +++ b/.gitea/workflows/demo.yml @@ -5,4 +5,12 @@ jobs: container: image: alpine:edge steps: - - run: echo All Good \ No newline at end of file + - run: echo All Good + - name: Check out repository code + uses: actions/checkout@v3 + - run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner." + - run: echo "🖥️ The workflow is now ready to test your code on the runner." + - 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