Commit 297dc15 1 parent de11833 commit 297dc15 Copy full SHA for 297dc15
File tree 6 files changed +9
-10
lines changed
6 files changed +9
-10
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 22
22
23
23
- name : Find Markdown files and extract date, title and author
24
24
run : |
25
+ # Create summary file
26
+ echo "The following tutorials were written over a year ago:<br><br>" >> .github/scripts-metadata/summary-tutorials-annual-review.md
27
+ echo "| Path | Title | Author |" >> .github/scripts-metadata/summary-tutorials-annual-review.md
28
+ echo "| ------- | ------- | ------- |" >> .github/scripts-metadata/summary-tutorials-annual-review.md
29
+
25
30
# Get all Markdown files
26
31
md_files=$(find ./tutorials -type f -name "*.en.md")
27
32
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ SPDX-License-Identifier: MIT
3
3
path : /tutorials/tutorial-2/de
4
4
slug : " tutorial-2"
5
5
date : " 2020-03-26"
6
- title : " SSL Client Authentication with self-signed CA and Apache 2"
6
+ title : " Tutorial 2"
7
7
short_description : " This tutorial describes how to set up SSL client authentication with Apache2"
8
8
tags : ["Apache2", "SSL"]
9
9
author_link : " https://github.com/svenja11"
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ SPDX-License-Identifier: MIT
3
3
path : /tutorials/tutorial-2
4
4
slug : " tutorial-2"
5
5
date : " 2020-03-26"
6
- title : " SSL Client Authentication with self-signed CA and Apache 2"
6
+ title : " Tutorial 2"
7
7
short_description : " This tutorial describes how to set up SSL client authentication with Apache2"
8
8
tags : ["Apache2", "SSL"]
9
9
author_link : " https://github.com/svenja11"
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ SPDX-License-Identifier: MIT
3
3
path : /tutorials/tutorial-3
4
4
slug : " tutorial-3"
5
5
date : " 2020-08-26"
6
- title : " SSL Client Authentication with self-signed CA and Apache 2 "
6
+ title : " Tutorial 3 "
7
7
short_description : " This tutorial describes how to set up SSL client authentication with Apache2"
8
8
tags : ["Apache2", "SSL"]
9
9
author_link : " https://github.com/svenja11"
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ SPDX-License-Identifier: MIT
3
3
path : /tutorials/tutorial-4
4
4
slug : " tutorial-4"
5
5
date : " 2020-03-26"
6
- title : " SSL Client Authentication with self-signed CA and Apache 2 "
6
+ title : " Tutorial 4 "
7
7
short_description : " This tutorial describes how to set up SSL client authentication with Apache2"
8
8
tags : ["Apache2", "SSL"]
9
9
author_link : " https://github.com/svenja11"
You can’t perform that action at this time.
0 commit comments