Skip to content
This repository has been archived by the owner on Jan 18, 2025. It is now read-only.

Commit

Permalink
docs(schedule-run): more details
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinNitroG committed Jan 16, 2025
1 parent 9740734 commit 8848fa9
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions docs/usage/advanced/schedule-run.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,22 @@
## Github Action

- Fork repo này
- Kích hoạt Github Action của repo
- Bỏ comment 2 dòng sau
- Bỏ comment 2 dòng sau và commit

```yaml title=".github/workflows/schedule-run.yml" hl_lines="4 5"
--8<-- ".github/workflows/schedule-run.yml:1:7"
```

???+ note "Tùy chỉnh thời gian schedule"
??? note "Tùy chỉnh thời gian schedule"

- <https://crontab.guru>
- <https://savvytime.com/converter/utc-to-vietnam-ho-chi-minh-city>

- Kích hoạt Github Action của repo

!!! note

- <https://crontab.guru>
- <https://savvytime.com/converter/utc-to-vietnam-ho-chi-minh-city>
Có thể kích hoạt thủ công workflow `schedule-run`

---

Expand Down

0 comments on commit 8848fa9

Please sign in to comment.