|
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: git clone $GITHUB_SERVER_URL/$GITHUB_REPOSITORY
|
|
- run: find
|