actions: gitea test
Some checks failed
nathanwoodburn/woodburn/pipeline/head This commit looks good
OnPush / Explore-Gitea-Actions (push) Failing after 2s

This commit is contained in:
Nathan Woodburn 2023-07-17 16:40:30 +10:00
parent 39b5fc5d20
commit b722a18bb6
Signed by: nathanwoodburn
GPG Key ID: 203B000478AD0EF1

14
.gitea/workflows/push.yml Normal file
View File

@ -0,0 +1,14 @@
name: OnPush
run-name: ${{ gitea.actor }} has pushed to woodburn repo
on: [push]
jobs:
Explore-Gitea-Actions:
runs-on: ubuntu-latest
steps:
- name: Commiter
run: |
echo "Commited by: ${{ gitea.actor }}!"
- name: List HTML files
run: |
ls -R *.html