Skip to content

Commit 20e4922

Browse files
authored
Merge pull request #12 from stevejalim/patch-1
Update link to 'enable workflow' endpoint docs
2 parents 148a4e3 + 473b45d commit 20e4922

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Automatically prevent your scheduled GitHub Actions from becoming disabled after
66

77
This package is meant to be deployed in an AWS environment.
88
It contains a Lambda function which will run every `20 days`.
9-
The Lambda function gets GitHub repositories belonging to an organization and hits the [enable workflow](https://docs.github.com/en/rest/reference/actions#enable-a-workflow) REST endpoint to re-enable the GitHub Actions workflow of each repository.
9+
The Lambda function gets GitHub repositories belonging to an organization and hits the [enable workflow](https://docs.github.com/en/rest/actions/workflows?apiVersion=2022-11-28#enable-a-workflow) REST endpoint to re-enable the GitHub Actions workflow of each repository.
1010
Additionally, you can re-enable workflows for a repository outside of your organization by modifying the `src/repos.config` file with a list of `GitHub_Organization/Repository_Name` entries.
1111
## Installation
1212

0 commit comments

Comments
 (0)