Skip to content

Commit 5b52a7e

Browse files
Fix terminology: graphql -> GraphQL in README
1 parent f8e601e commit 5b52a7e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ Runs a script with `PreserveCredentials` set to `false` to automatically disconn
247247

248248
#### Example 8: Show GitHub API rate limit usage
249249

250-
Displays the GitHub API rate limit status before and after the script runs. The **Rate Limits** log group shows `Limit`, `Used`, `Remaining`, `ResetsAt`, and `ResetsIn` for every resource category (core, search, graphql, etc.), making it easy to see exactly how many API calls a workflow step consumed.
250+
Displays the GitHub API rate limit status before and after the script runs. The **Rate Limits** log group shows `Limit`, `Used`, `Remaining`, `ResetsAt`, and `ResetsIn` for every resource category (core, search, GraphQL, etc.), making it easy to see exactly how many API calls a workflow step consumed.
251251

252252
```yaml
253253
- name: Run script with rate limit visibility

0 commit comments

Comments
 (0)