mirror of
https://github.com/ai-robots-txt/ai.robots.txt.git
synced 2025-06-19 10:00:52 +00:00
simplify repo and added some tests
This commit is contained in:
parent
6bb598820e
commit
0c05461f84
11 changed files with 527 additions and 181 deletions
9
.github/workflows/daily_update.yml
vendored
9
.github/workflows/daily_update.yml
vendored
|
@ -1,5 +1,8 @@
|
|||
name: Daily Update from Dark Visitors
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- "main"
|
||||
schedule:
|
||||
- cron: "0 0 * * *"
|
||||
|
||||
|
@ -22,9 +25,3 @@ jobs:
|
|||
git add -A
|
||||
git diff --quiet && git diff --staged --quiet || (git commit -m "Daily update from Dark Visitors" && git push)
|
||||
shell: bash
|
||||
call-main:
|
||||
needs: dark-visitors
|
||||
uses: ./.github/workflows/main.yml
|
||||
secrets: inherit
|
||||
with:
|
||||
message: "Daily update from Dark Visitors"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue