2023-12-16 22:59:51 +01:00
|
|
|
name: Gitea Actions Demo
|
|
|
|
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
|
|
|
|
on: [push]
|
|
|
|
|
|
|
|
jobs:
|
|
|
|
Explore-Gitea-Actions:
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
2023-12-23 01:18:16 +01:00
|
|
|
# - name: Check out repository code
|
|
|
|
# uses: actions/checkout@v4
|
2023-12-17 01:13:12 +01:00
|
|
|
- name: Debug
|
|
|
|
run: echo "wat?"
|
2023-12-17 01:18:07 +01:00
|
|
|
- name: Docker test
|
|
|
|
run: docker run hello-world
|