Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
akordowski committed Oct 24, 2024
1 parent b3ba383 commit 8e5a15d
Show file tree
Hide file tree
Showing 15 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion content/practice_tests/actions.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Github Actions Practice Test"
title: "GitHub Actions Practice Test"
Description: "Free practice test for the GitHub Actions Certification Exam."
date: 2023-08-19T11:04:20+02:00
draft: false
Expand Down
2 changes: 1 addition & 1 deletion content/practice_tests/admin.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Github Administration Practice Test"
title: "GitHub Administration Practice Test"
Description: "Free practice test for the GitHub Administration Certification Exam."
date: 2023-09-21T15:42:00+02:00
draft: false
Expand Down
2 changes: 1 addition & 1 deletion content/practice_tests/advanced_security.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Github Advanced Security Practice Test"
title: "GitHub Advanced Security Practice Test"
Description: "Free practice test for the GitHub Advanced Security Certification Exam."
date: 2023-09-21T15:42:20+02:00
draft: false
Expand Down
2 changes: 1 addition & 1 deletion content/practice_tests/foundations.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Github Foundations Practice Test"
title: "GitHub Foundations Practice Test"
Description: "Free practice test for the GitHub Foundations Certification Exam."
date: 2023-09-21T15:42:20+02:00
draft: false
Expand Down
2 changes: 1 addition & 1 deletion content/questions/actions/question-004.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
question: "Are Github Actions free for public repositories?"
question: "Are GitHub Actions free for public repositories?"
archetype: "questions"
title: "Question 004"
draft: false
Expand Down
4 changes: 2 additions & 2 deletions content/questions/actions/question-006.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ draft: false
- [ ] Workflows can only be run on a schedule
- [ ] Workflow can run only one job at a time
- [ ] Workflows are written in any of `.yaml`, `.json` or `.toml` formats
- [ ] Workflows can be shared in Github Marketplace
> Actions (not workflows) can be shared in Github Marketplace
- [ ] Workflows can be shared in GitHub Marketplace
> Actions (not workflows) can be shared in GitHub Marketplace
2 changes: 1 addition & 1 deletion content/questions/actions/question-032.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
question: "What Github-hosted runner types are available to use? (Select three.)"
question: "What GitHub-hosted runner types are available to use? (Select three.)"
archetype: "questions"
title: "Question 032"
draft: false
Expand Down
2 changes: 1 addition & 1 deletion content/questions/actions/question-036.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ draft: false
> https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstrategymax-parallel
1. [x] Set `jobs.example_matrix.strategy.max-parallel` to 2
1. [ ] Set `jobs.example_matrix.strategy.concurrency` to 2
1. [ ] Use Github's REST API to check if the job count is lesser than 2
1. [ ] Use GitHub's REST API to check if the job count is lesser than 2
1. [ ] It's not possible, a matrix will always run all of the jobs in parallel if there are runners available
4 changes: 2 additions & 2 deletions content/questions/actions/question-049.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ draft: false

> https://docs.github.com/en/actions/using-workflows/creating-starter-workflows-for-your-organization
- [x] They allow users to leverage ready-to-use (or requiring minimal changes) workflow templates
- [x] Github provides and maintains starter workflows for different categories, languages and tooling
- [x] GitHub provides and maintains starter workflows for different categories, languages and tooling
- [x] Your organization can create custom starter workflows for users in your organization
- [ ] Starter workflows cannot call reusable workflows
- [ ] Starter workflows are a paid Github feature
- [ ] Starter workflows are a paid GitHub feature
- [ ] Starter workflows are provided ready-to-use and cannot be modified or enhanced
> https://docs.github.com/en/actions/using-workflows/using-starter-workflows#using-starter-workflows
2 changes: 1 addition & 1 deletion content/questions/actions/question-053.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
question: "When creating a custom Github Action you have to store the source code in `.github/workflows` directory"
question: "When creating a custom GitHub Action you have to store the source code in `.github/workflows` directory"
archetype: "questions"
title: "Question 053"
draft: false
Expand Down
4 changes: 2 additions & 2 deletions content/questions/actions/question-054.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
question: "When creating custom Github Actions - in what file does all the action `metadata` have to be defined?"
question: "When creating custom GitHub Actions - in what file does all the action `metadata` have to be defined?"
archetype: "questions"
title: "Question 054"
draft: false
Expand All @@ -11,6 +11,6 @@ Metadata examples: name, description, outputs or required inputs
1. [x] In the `action.yml` or `action.yaml` file in the action repository
1. [ ] In the repository `README` file
> While it's good practice to do that, it's not a requirement for the action to work
1. [ ] It's edited in Github Marketplace UI when published for sharing
1. [ ] It's edited in GitHub Marketplace UI when published for sharing
1. [ ] In the `action.yml` or `action.yaml` file in the action repository, but it is not required if the action is not meant to be shared and used by the public
> All actions require the metadata file.
2 changes: 1 addition & 1 deletion content/questions/actions/question-056.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ draft: false
1. [x] Using deployment protection rules
1. [ ] Setting the required reviewers in the `production` workflow
1. [ ] Using branch protection rules
1. [ ] Manual approvals are not supported by Github Actions
1. [ ] Manual approvals are not supported by GitHub Actions
2 changes: 1 addition & 1 deletion content/questions/actions/question-058.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
question: "When using Github Actions to access resources in one of the cloud providers (such as AWS, Azure or GCP) the safest and recommended way to authenticate is"
question: "When using GitHub Actions to access resources in one of the cloud providers (such as AWS, Azure or GCP) the safest and recommended way to authenticate is"
archetype: "questions"
title: "Question 058"
draft: false
Expand Down
2 changes: 1 addition & 1 deletion content/questions/advanced_security/question-096.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
archetype: "questions"
title: "Question 096"
question: "Which API endpoint can be used to retrieve a list of all dependabot alerts for an enterprise?"
question: "Which API endpoint can be used to retrieve a list of all Dependabot alerts for an enterprise?"
draft: false
---

Expand Down
2 changes: 1 addition & 1 deletion content/questions/advanced_security/question-115.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
archetype: "questions"
title: "Question 115"
question: "Which dependabot comment command will get a pull request successfully completed?"
question: "Which Dependabot comment command will get a pull request successfully completed?"
draft: false
---

Expand Down

0 comments on commit 8e5a15d

Please sign in to comment.