actions: gitea test
This commit is contained in:
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
|
||||
Reference in New Issue
Block a user