Skip to content

Commit 3d290ba

Browse files
GHA Action Question & template fix (FidelusAleksander#183)
Co-authored-by: Aleksander Fidelus <[email protected]>
1 parent 82dbf59 commit 3d290ba

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!-- What kind of change does this PR introduce? -->
33

44
- [ ] Adding new question(s)
5-
> **Warning**: We do not support the inclusion of questions directly copied from official GitHub certification exams. Please only submit original questions and content that you have created.`
5+
> **Warning**: We do not support the inclusion of questions directly copied from official GitHub certification exams. Please only submit original questions and content that you have created.
66
- [ ] Other content changes (updating questions, answers, explanations or study resources)
77
- [ ] Code changes (non-content)
88
- [ ] Documentation changes

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ All of the site content in this repository is stored in [content/](https://githu
4141

4242
### Adding new question
4343

44-
> **Warning**: We do not support the inclusion of questions directly copied from official GitHub certification exams. Please only submit original questions and content that you have created.`
44+
> **Warning**: We do not support the inclusion of questions directly copied from official GitHub certification exams. Please only submit original questions and content that you have created.
4545
4646
1) Run one of the following commands to add a new question file. Change `XXX` to the next available number.
4747

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
archetype: "questions"
3+
question: "What's the maximum amount of reusable workflows can you call from a single workflow file? "
4+
title: "Question 076"
5+
draft: false
6+
---
7+
8+
9+
> https://docs.github.com/en/actions/using-workflows/reusing-workflows#limitations
10+
1. [x] 20
11+
1. [ ] 5
12+
1. [ ] 1
13+
1. [ ] 10

0 commit comments

Comments
 (0)