We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef30ec6 commit 0903ae9Copy full SHA for 0903ae9
2 files changed
cs/newHelp.md
@@ -24,7 +24,7 @@ graph TD;
24
YP --> YPC["Vaše změny v repozitáři + popis změn v <b>CHANGELOG.md</b>"]
25
YPC --> CO["Commit: zpráva obsahující [pub]"]
26
CO --> CI["⚙️ Běh CI/CD skriptu"]
27
- CI --> outs
+ CI -->|\+ 🔑 PAT Token| outs
28
```
29
30
[template]: https://github.com/HelpViewer/helpTemplate "Šablona nápovědy"
en/newHelp.md
YP --> YPC["Your changes in repository + Change in <b>CHANGELOG.md</b>"]
YPC --> CO["Commit: message contains [pub]"]
CO --> CI["⚙️ CI/CD pipeline run"]
[template]: https://github.com/HelpViewer/helpTemplate "Help file project template"
0 commit comments