1
0
Fork 0
ci-cd-testing/.gitea/workflows/build.yaml

10 lines
266 B
YAML

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