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

Commit 5fcb7b6

Browse files
authored
Merge pull request #18 from githubtraining/rename
Rename the course
2 parents fd7f391 + d65fc12 commit 5fcb7b6

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<p align="center"><a href="https://lab.github.com/"><img alt="Learning Lab bot" src="https://user-images.githubusercontent.com/16547949/62085817-83232580-b22a-11e9-8693-7c54205b04e5.png"></a></p>
22

3-
<h1 align="center">Course: Hello, GitHub Actions! </h1>
3+
<h1 align="center">Course: GitHub Actions: Hello World </h1>
44

5-
This repository powers the Learning Lab course [_Hello, GitHub Actions!_](https://lab.github.com/github/hello-github-actions!).
5+
This repository powers the Learning Lab course [_GitHub Actions: Hello World_](https://lab.github.com/githubtraining/github-actions:-hello-world).
66

77
Every Learning Lab course is made up of:
8-
- a [course repository](https://github.com/github/hello-github-actions), and
9-
- a [template repository](https://github.com/github/hello-github-actions-template)
8+
- a [course repository](https://github.com/githubtraining/hello-github-actions), and
9+
- a [template repository](https://github.com/githubtraining/hello-github-actions-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
@@ -1,4 +1,4 @@
1-
title: Hello, GitHub Actions!
1+
title: 'GitHub Actions: Hello World'
22
description: Create a GitHub Action and use it in a workflow.
33
tags:
44
- GitHub Actions

0 commit comments

Comments
 (0)