Skip to content

Commit e14212e

Browse files
committed
Меняет расписание обновления хостов
1 parent 1e02348 commit e14212e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/hosts.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: hosts
22

33
on:
44
schedule:
5-
- cron: '0 0 1 * *'
5+
- cron: '0 21 * * 0'
66
workflow_dispatch:
77

88
permissions:
@@ -23,6 +23,6 @@ jobs:
2323
git config user.email "github-actions[bot]@users.noreply.github.com"
2424
git add src/hosts.svg
2525
if ! git diff --staged --quiet; then
26-
git commit -m "Обновляет hosts.svg"
26+
git commit -m "Обновляет историю ведущих"
2727
git push
2828
fi

0 commit comments

Comments
 (0)