File tree 7 files changed +19
-12
lines changed 7 files changed +19
-12
lines changed Original file line number Diff line number Diff line change @@ -48,6 +48,13 @@ v3 APIs:
48
48
* [ Reviews] ( pull_request/reviews.md )
49
49
* [ Rate Limits] ( rate_limits.md )
50
50
* [ Repositories] ( repos.md )
51
+ * Actions
52
+ * [ Artifacts] ( repo/actions/artifacts.md )
53
+ * [ Secrets] ( repo/actions/secrets.md )
54
+ * [ Self hosted runners] ( repo/actions/self_hosted_runners.md )
55
+ * [ Workflow jobs] ( repo/actions/workflow_jobs.md )
56
+ * [ Workflow runs] ( repo/actions/workflow_runs.md )
57
+ * [ Workflows] ( repo/actions/workflows.md )
51
58
* [ Check Runs] ( repo/check_runs.md )
52
59
* [ Check Suites] ( repo/check_suites.md )
53
60
* [ Contents] ( repo/contents.md )
Original file line number Diff line number Diff line change 1
- ## Repo / Artifacts API
2
- [ Back to the "Repos API"] ( ../repos.md ) | [ Back to the navigation] ( ../README.md )
1
+ ## Repo / Actions / Artifacts API
2
+ [ Back to the "Repos API"] ( ../../ repos.md ) | [ Back to the navigation] ( ../ ../README.md)
3
3
4
4
### List artifacts for a repository
5
5
Original file line number Diff line number Diff line change 1
- ## Repo / Secrets API
2
- [ Back to the "Repos API"] ( ../repos.md ) | [ Back to the navigation] ( ../README.md )
1
+ ## Repo / Actions / Secrets API
2
+ [ Back to the "Repos API"] ( ../../ repos.md ) | [ Back to the navigation] ( ../ ../README.md)
3
3
4
4
### List repository secrets
5
5
Original file line number Diff line number Diff line change 1
- ## Repo / Self Hosted Runners API
2
- [ Back to the "Repos API"] ( ../repos.md ) | [ Back to the navigation] ( ../README.md )
1
+ ## Repo / Actions / Self Hosted Runners API
2
+ [ Back to the "Repos API"] ( ../../ repos.md ) | [ Back to the navigation] ( ../ ../README.md)
3
3
4
4
# List self-hosted runners for a repository
5
5
Original file line number Diff line number Diff line change 1
- ## Repo / Workflow Jobs API
2
- [ Back to the "Repos API"] ( ../repos.md ) | [ Back to the navigation] ( ../README.md )
1
+ ## Repo / Actions / Workflow Jobs API
2
+ [ Back to the "Repos API"] ( ../../ repos.md ) | [ Back to the navigation] ( ../ ../README.md)
3
3
4
4
### List jobs for a workflow run
5
5
Original file line number Diff line number Diff line change 1
- ## Repo / Workflow Runs API
2
- [ Back to the "Repos API"] ( ../repos.md ) | [ Back to the navigation] ( ../README.md )
1
+ ## Repo / Actions / Workflow Runs API
2
+ [ Back to the "Repos API"] ( ../../ repos.md ) | [ Back to the navigation] ( ../ ../README.md)
3
3
4
4
### List workflow runs for a repository
5
5
Original file line number Diff line number Diff line change 1
- ## Repo / Workflows API
2
- [ Back to the "Repos API"] ( ../repos.md ) | [ Back to the navigation] ( ../README.md )
1
+ ## Repo / Actions / Workflows API
2
+ [ Back to the "Repos API"] ( ../../ repos.md ) | [ Back to the navigation] ( ../ ../README.md)
3
3
4
4
### List repository workflows
5
5
You can’t perform that action at this time.
0 commit comments