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-27 13:11:34 -06:00
|
|
|
- run: pwd
|
2023-10-27 13:17:33 -06:00
|
|
|
- run: cd /
|
|
|
|
- run: pwd
|