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:20:24 -06:00
|
|
|
- run: git clone $GITHUB_SERVER_URL/$GITHUB_REPOSITORY
|
2023-10-25 18:14:18 -06:00
|
|
|
- run: find
|