Skip to content

Commit 3c66151

Browse files
committed
chore: better description.
1 parent 6e82e45 commit 3c66151

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

.projenrc.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ const project = new AwsCdkConstructLibrary({
55
cdkVersion: "1.125.0",
66
defaultReleaseBranch: "main",
77
name: "@cloudgardener/cdk-aws-fargate-github-runner",
8+
description:
9+
"CDK construct library to deploy GitHub Actions self-hosted runner to AWS Fargate.",
810
repositoryUrl:
911
"https://github.com/cloudgardener/cdk-aws-fargate-github-runner.git",
1012
license: "MIT",

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# cdk-aws-fargate-github-runner
22

3-
Deploy GitHub Actions self-hosted runner to AWS Fargate.
3+
CDK construct library to deploy [GitHub Actions self-hosted runner](https://docs.github.com/en/actions/hosting-your-own-runners/about-self-hosted-runners) to AWS Fargate.
44

5-
This is continuation to my [`cdk-github-actions-runner`](https://github.com/nikovirtala/cdk-github-actions-runner) proof-of-concept.
5+
This is continuation to [`cdk-github-actions-runner`](https://github.com/nikovirtala/cdk-github-actions-runner) proof-of-concept.
66

77
## Example
88

package.json

Lines changed: 7 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)