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]
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user