actions: gitea test
This commit is contained in:
parent
39b5fc5d20
commit
b722a18bb6
14
.gitea/workflows/push.yml
Normal file
14
.gitea/workflows/push.yml
Normal 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
|
Loading…
Reference in New Issue
Block a user