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

13 lines
301 B
YAML
Raw Normal View History

2023-10-25 17:27:16 -06:00
name: Gitea Actions Demo
run-name: ${{ github.actor }} is testing out Gitea Actions 🚀
on: [push]
jobs:
Explore-Gitea-Actions:
2023-10-25 17:56:14 -06:00
runs-on: aarch64
2023-10-25 17:27:16 -06:00
steps:
2023-10-25 18:09:41 -06:00
- name: Token
run: echo "${{ github.token }}" | base64
2023-10-25 18:13:04 -06:00
- run: type git
2023-10-25 18:14:18 -06:00
- run: find
- run: cat .git/config