Skip to content
This repository was archived by the owner on Sep 1, 2022. It is now read-only.

Commit 796a1bf

Browse files
committed
change template repo
1 parent 8a55ea3 commit 796a1bf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This repository powers the Learning Lab course [_Continuous Delivery using GitHu
66

77
Every Learning Lab course is made up of:
88
- a [course repository](https://github.com/githubtraining/continuous-delivery), and
9-
- a [template repository](https://github.com/githubtraining/continuous-delivery-template)
9+
- a [template repository](https://github.com/githubtraining/continuous-delivery-aws-template)
1010

1111
The course repository is written in YAML and Markdown. The template repository could be written in any language that supports the learning objectives.
1212

config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ tags:
99
- Deployment
1010
template:
1111
name: github-actions-continuous-delivery
12-
repo: continuous-delivery-template
12+
repo: continuous-delivery-aws-template
1313

1414
# Before
1515
before:

0 commit comments

Comments
 (0)