actions: Update
This commit is contained in:
parent
b722a18bb6
commit
bdd3c4d980
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user