name: Test run-name: ${{ gitea.actor }} is testing 🚀 on: [push] jobs: test: runs-on: ubuntu-latest steps: - run: echo "Hello" - run: echo "${{ gitea.sha }}" - run: echo "${{ gitea.ref }}"