# name: Gitea Actions Demo # run-name: ${{ github.actor }} is testing out Gitea Actions 🚀 # on: [push] # jobs: # Explore-Gitea-Actions: # runs-on: ubuntu-latest # steps: # - name: Check out repository code # uses: actions/checkout@v3 # - name: List files in the repository # run: | # ls ${{ github.workspace }}