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:
Nathan Woodburn 2023-07-17 16:44:22 +10:00
parent b722a18bb6
commit bdd3c4d980
Signed by: nathanwoodburn
GPG Key ID: 203B000478AD0EF1

View File

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