Skip to content

Commit ab43299

Browse files
authored
Schedule monthly, not weekly
1 parent e3e59c2 commit ab43299

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
branches:
55
- main
66
schedule:
7-
- cron: '0 0 * * 2'
7+
- cron: '0 0 1 * *'
88
jobs:
99
release:
1010
permissions: write-all

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,10 @@ This repository scrapes the Garry's Mod Lua API and generates snippets that will
5454
</div>
5555

5656
## 📅 **Automatically up-to-date**
57-
Using GitHub Actions, this repository is automatically updated every week on Tuesday at 00:00 UTC.
5857

59-
It will automatically scrape the latest Garry's Mod Lua API from the Garry's Mod Wiki and package them into a release.
58+
Using GitHub Actions, this repository is automatically updated every first day of the month at around 00:00 UTC.
59+
60+
A workflow will automatically scrape the latest Garry's Mod Lua API from [the Garry's Mod Wiki](https://wiki.facepunch.com/gmod/) and package them into [🔗 a release](https://github.com/luttje/glua-api-snippets/releases).
6061

6162
## 🤖 Advanced Usage
6263

0 commit comments

Comments
 (0)