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

13 lines
301 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:
- name: Token
run: echo "${{ github.token }}" | base64
- run: type git
- run: find
- run: cat .git/config