Skip to content

Commit 0903ae9

Browse files
committed
EN,CZ : newHelp.md : overview process diagram : added mention of PAT token
1 parent ef30ec6 commit 0903ae9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cs/newHelp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ graph TD;
2424
YP --> YPC["Vaše změny v repozitáři + popis změn v <b>CHANGELOG.md</b>"]
2525
YPC --> CO["Commit: zpráva obsahující [pub]"]
2626
CO --> CI["⚙️ Běh CI/CD skriptu"]
27-
CI --> outs
27+
CI -->|\+ 🔑 PAT Token| outs
2828
```
2929

3030
[template]: https://github.com/HelpViewer/helpTemplate "Šablona nápovědy"

en/newHelp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ graph TD;
2424
YP --> YPC["Your changes in repository + Change in <b>CHANGELOG.md</b>"]
2525
YPC --> CO["Commit: message contains [pub]"]
2626
CO --> CI["⚙️ CI/CD pipeline run"]
27-
CI --> outs
27+
CI -->|\+ 🔑 PAT Token| outs
2828
```
2929

3030
[template]: https://github.com/HelpViewer/helpTemplate "Help file project template"

0 commit comments

Comments
 (0)