Skip to content

Commit

Permalink
Create purge-readme.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertD502 authored Jan 10, 2024
1 parent 46f2f21 commit 9f218b2
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/purge-readme.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Purge README
on:
push
schedule:
- cron: "0 * * * *"
jobs:
run:
runs-on: ubuntu-latest
steps:
- uses: wow-actions/purge-readme@v1
with:
repo: RobertD502/home-assistant-petkit
branch: main
paths: |
README.md

0 comments on commit 9f218b2

Please sign in to comment.