14 lines
333 B
YAML
14 lines
333 B
YAML
|
name: Github Actions Demo
|
||
|
run-name: ${{ github.actor }} is testing out GitHub Actions (on Gitea) 🚀
|
||
|
on: [push]
|
||
|
|
||
|
jobs:
|
||
|
Explore-Gitea-Actions:
|
||
|
runs-on: metal-docker
|
||
|
steps:
|
||
|
- name: Check out repository code
|
||
|
uses: actions/checkout@v3
|
||
|
- run: |
|
||
|
env
|
||
|
#docker build -t git.strudelline.net/
|