Skip to content

Commit

Permalink
Merge pull request #1074 from aws-quickstart/fix/GHActionForReadMe
Browse files Browse the repository at this point in the history
Fixing GH Action Error
  • Loading branch information
shapirov103 authored Aug 30, 2024
2 parents 5471585 + 1084119 commit 65129b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/markdown-link-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '16.x'
node-version: '18.x'
- name: install markdown-link-check
run: npm install -g [email protected]
- name: markdown-link-check version
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Customers can use this QuickStart to easily architect and deploy a multi-team Bl
- [x] Deploy Well-Architected EKS clusters across any number of accounts and regions.
- [x] Manage cluster configuration, including addons that run in each cluster, from a single Git repository.
- [x] Define teams, namespaces, and their associated access permissions for your clusters.
- [x] Create Continuous Delivery (CD) pipelines that are responsible for deploying your infrastructure.
- [x] Create Continuous Delivery(CD) pipelines that are responsible for deploying your infrastructure.
- [x] Leverage GitOps-based workflows for onboarding and managing workloads for your teams.

You can also find a sample implementation that resides in this repository in `bin/main.ts`.
Expand Down

0 comments on commit 65129b8

Please sign in to comment.