Skip to content

Commit

Permalink
Fixed typos and updated answer (#266)
Browse files Browse the repository at this point in the history
Co-authored-by: Aleksander Fidelus <63016446+FidelusAleksander@users.noreply.github.com>
  • Loading branch information
StuartvdLee and FidelusAleksander authored Aug 16, 2024
1 parent ba90e8b commit 6f7aa3e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion 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 all the action `metadata` has 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 Down
2 changes: 1 addition & 1 deletion content/questions/actions/question-072.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ draft: false
- [ ] Cache
> Cache can be reused across workflows within one repository
- [ ] Environment Variables
> Environment variables can be scopes to a step, job or a workflow. They cannot be shared across workflows/repositories or organizations
> Environment variables can be scoped to a step, job or a workflow. They cannot be shared across workflows/repositories or organizations
2 changes: 1 addition & 1 deletion content/questions/actions/question-076.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
archetype: "questions"
question: "What's the maximum amount of reusable workflows can you call from a single workflow file? "
question: "What's the maximum amount of reusable workflows that can be called from a single workflow file? "
title: "Question 076"
draft: false
---
Expand Down
2 changes: 1 addition & 1 deletion content/questions/actions/question-101.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
question: "How do you ensure that `Upload Failure test report` step is be executed only if `Run Tests` step fails?"
question: "How do you ensure that `Upload Failure test report` step is executed only if `Run Tests` step fails?"
archetype: "questions"
title: "Question 101"
draft: false
Expand Down
2 changes: 1 addition & 1 deletion content/questions/actions/question-108.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ draft: false
```yaml
on:
check_run:
types: [requested, completed]
types: [rerequested, completed]
```
1. [ ]
Expand Down

0 comments on commit 6f7aa3e

Please sign in to comment.