diff --git a/.gitea/workflows/push.yml b/.gitea/workflows/push.yml new file mode 100644 index 0000000..4c22285 --- /dev/null +++ b/.gitea/workflows/push.yml @@ -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