name: Gitea Actions Demo run-name: THIS is testing out Gitea Actions 🚀 jobs: Explore-Gitea-Actions: runs-on: ubuntu-latest steps: - name: Check for manual trigger if: ${{ env.MANUAL_TRIGGER == 'true' }} run: echo "🎉 This job was manually triggered!"