actions: Update
All checks were successful
OnPush / CheckFiles (push) Successful in 6s
nathanwoodburn/woodburn/pipeline/head This commit looks good

This commit is contained in:
2023-07-17 16:44:22 +10:00
parent b722a18bb6
commit bdd3c4d980

View File

@@ -3,12 +3,14 @@ run-name: ${{ gitea.actor }} has pushed to woodburn repo
on: [push] on: [push]
jobs: jobs:
Explore-Gitea-Actions: CheckFiles:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Commiter - name: Commiter
run: | run: |
echo "Commited by: ${{ gitea.actor }}!" echo "Commited by: ${{ gitea.actor }}!"
- name: Checkout
uses: actions/checkout@v2
- name: List HTML files - name: List HTML files
run: | run: |
ls -R *.html ls *.html