You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ pr_url:
31
31
```yaml
32
32
name: Update Code.json
33
33
on:
34
-
schedule:
34
+
schedule:
35
35
- cron: 0 0 1 * * # First day of every month
36
36
workflow_dispatch:
37
37
@@ -57,11 +57,12 @@ jobs:
57
57
```
58
58
59
59
## Generation Context
60
+
60
61
The automated code.json generator calculates specific fields by analyzing your repository and using GitHub's API. Here's what gets generated and what your repository needs for successful generation.
61
62
62
63
**name**: This field pulls directly from your repository's name as configured in GitHub. No configuration needed.
63
64
64
-
**description**: The generator extracts this from your repository's description field in GitHub settings. *Make sure you've added a description to your repository through GitHub's interface for this field to populate properly.*
65
+
**description**: The generator extracts this from your repository's description field in GitHub settings. _Make sure you've added a description to your repository through GitHub's interface for this field to populate properly._
65
66
66
67
**repositoryURL**: This automatically uses your repository's public GitHub URL. No configuration needed.
0 commit comments