Skip to content

Commit 297dc15

Browse files
committed
Update Action "Annual Review"
1 parent de11833 commit 297dc15

File tree

6 files changed

+9
-10
lines changed

6 files changed

+9
-10
lines changed

.github/scripts-metadata/summary-tutorials-annual-review.md

-6
This file was deleted.

.github/workflows/check-annual-update.yml

+5
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@ jobs:
2222
2323
- name: Find Markdown files and extract date, title and author
2424
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+
2530
# Get all Markdown files
2631
md_files=$(find ./tutorials -type f -name "*.en.md")
2732

tutorials/tutorial-2/01.de.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ SPDX-License-Identifier: MIT
33
path: /tutorials/tutorial-2/de
44
slug: "tutorial-2"
55
date: "2020-03-26"
6-
title: "SSL Client Authentication with self-signed CA and Apache 2"
6+
title: "Tutorial 2"
77
short_description: "This tutorial describes how to set up SSL client authentication with Apache2"
88
tags: ["Apache2", "SSL"]
99
author_link: "https://github.com/svenja11"

tutorials/tutorial-2/01.en.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ SPDX-License-Identifier: MIT
33
path: /tutorials/tutorial-2
44
slug: "tutorial-2"
55
date: "2020-03-26"
6-
title: "SSL Client Authentication with self-signed CA and Apache 2"
6+
title: "Tutorial 2"
77
short_description: "This tutorial describes how to set up SSL client authentication with Apache2"
88
tags: ["Apache2", "SSL"]
99
author_link: "https://github.com/svenja11"

tutorials/tutorial-3/01.en.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ SPDX-License-Identifier: MIT
33
path: /tutorials/tutorial-3
44
slug: "tutorial-3"
55
date: "2020-08-26"
6-
title: "SSL Client Authentication with self-signed CA and Apache 2"
6+
title: "Tutorial 3"
77
short_description: "This tutorial describes how to set up SSL client authentication with Apache2"
88
tags: ["Apache2", "SSL"]
99
author_link: "https://github.com/svenja11"

tutorials/tutorial-4/01.en.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ SPDX-License-Identifier: MIT
33
path: /tutorials/tutorial-4
44
slug: "tutorial-4"
55
date: "2020-03-26"
6-
title: "SSL Client Authentication with self-signed CA and Apache 2"
6+
title: "Tutorial 4"
77
short_description: "This tutorial describes how to set up SSL client authentication with Apache2"
88
tags: ["Apache2", "SSL"]
99
author_link: "https://github.com/svenja11"

0 commit comments

Comments
 (0)