woodburn/.gitea/workflows/push.yml
Nathan Woodburn b722a18bb6
Some checks failed
nathanwoodburn/woodburn/pipeline/head This commit looks good
OnPush / Explore-Gitea-Actions (push) Failing after 2s
actions: gitea test
2023-07-17 16:40:30 +10:00

15 lines
307 B
YAML

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