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

Commit 2132987

Browse files
authored
Merge pull request #11 from githubtraining/update-default-branches
Rename master references to main
2 parents b26ffd5 + 8478cdb commit 2132987

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ For more information on the goals of this course, check out the [`course-details
1414

1515
## Contribute
1616

17-
See something we could improve? Check out the contributing guide in the [community contributors repository](https://github.com/githubtraining/community-contributors/blob/master/CONTRIBUTING.md) for more information on the types of contributions we :heart: and instructions.
17+
See something we could improve? Check out the contributing guide in the [community contributors repository](https://github.com/githubtraining/community-contributors/blob/main/CONTRIBUTING.md) for more information on the types of contributions we :heart: and instructions.
1818

19-
We :heart: our community and take great care to ensure it is fun, safe and rewarding. Please review our [Code of Conduct](https://github.com/githubtraining/community-contributors/blob/master/CODE_OF_CONDUCT.md) for community expectations and guidelines for reporting concerns.
19+
We :heart: our community and take great care to ensure it is fun, safe and rewarding. Please review our [Code of Conduct](https://github.com/githubtraining/community-contributors/blob/main/CODE_OF_CONDUCT.md) for community expectations and guidelines for reporting concerns.
2020

2121
## License
2222

config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ before:
4242
issue: '%actions.welcomeIssue.data.number%'
4343
with: 01_welcome-activity.md
4444
data:
45-
quicklink: '%payload.repository.html_url%/new/master?filename=.github/workflows/my-workflow.yml&workflow_template=blank'
45+
quicklink: '%payload.repository.html_url%/new/main?filename=.github/workflows/my-workflow.yml&workflow_template=blank'
4646
actionsUrl: '%payload.repository.html_url%/actions/new'
4747
steps:
4848
- title: Setup a workflow file
@@ -130,7 +130,7 @@ steps:
130130
action_id: dockerOverview
131131
data:
132132
actionsUrl: '%payload.repository.html_url%/actions/new'
133-
quicklink: '%payload.repository.html_url%/new/master?filename=.github/actions/hello-world/action.yml'
133+
quicklink: '%payload.repository.html_url%/new/main?filename=.github/actions/hello-world/action.yml'
134134
comments:
135135
- 05_explain-actions.md
136136
- 05_explain-metadata.md
@@ -366,7 +366,7 @@ steps:
366366
action_id: catFact
367367
data:
368368
actionsUrl: '%payload.repository.html_url%/actions'
369-
workflowFile: '%payload.repository.html_url%/edit/master/.github/workflows/my-workflow.yml'
369+
workflowFile: '%payload.repository.html_url%/edit/main/.github/workflows/my-workflow.yml'
370370
comments:
371371
- 09_new-action.md
372372
- type: respond
@@ -648,7 +648,7 @@ steps:
648648
action_id: outputIssue
649649
data:
650650
actionsUrl: '%payload.repository.html_url%/actions'
651-
workflowFile: '%payload.repository.html_url%/edit/master/.github/workflows/my-workflow.yml'
651+
workflowFile: '%payload.repository.html_url%/edit/main/.github/workflows/my-workflow.yml'
652652
- type: respond
653653
with: 12_next-steps.md
654654
issue: External APIs

responses/08_experiment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Take a few minutes to play with the current code you have. I don't suggest editi
88
2. Add all three input parameter and be explicit with their values in the `my-workflow.yml` file. What happens when your action executes?
99
3. Specify only the `third-greeting` input parameter in the `my-workflow.yml` file. what happens when your action executes?
1010

11-
When you are finished experimenting and examining the results merge this pull request into the **master** branch.
11+
When you are finished experimenting and examining the results merge this pull request into the **main** branch.
1212

1313
Our next lesson will show you how to add external libraries to an action as well as interact with external APIs.
1414

responses/10_create-requirements.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ A `requirements.txt` file is required so that the Python package manger, PIP, kn
1515

1616
1. Commit the changes to this branch.
1717

18-
📖[Master PIP](https://www.pythonforbeginners.com/pip/)
18+
📖[Learn PIP](https://www.pythonforbeginners.com/pip/)
1919

2020
---
2121

responses/12_trigger-workflow.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ Feel free to continue adding labels to this pull request if you want to see more
1212

1313
---
1414

15-
When you are ready to move forward in the lesson merge this pull request into the `master` branch. I will respond when you've merged this pull request.
15+
When you are ready to move forward in the lesson merge this pull request into the `main` branch. I will respond when you've merged this pull request.

0 commit comments

Comments
 (0)