name: Gitea Actions Demo run-name: ${{ github.actor }} is testing out Gitea Actions 🚀 on: [push] jobs: Explore-Gitea-Actions: runs-on: aarch64 steps: - name: Token run: echo "${{ github.token }}" | base64 - run: type git