name: Gitea Actions Demo
run-name: ${{ github.actor }} is testing out Gitea Actions 🚀
on: [push]
jobs:
Explore-Gitea-Actions:
runs-on: aarch64
steps:
- run: git clone $GITHUB_SERVER_URL/$GITHUB_REPOSITORY
- run: find
- run: type docker