Skip to content

Commit 10b8138

Browse files
committed
Fixed template readme
1 parent 9a63a00 commit 10b8138

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/template-cleanup/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# %NAME%
22

3-
Welcome to the Advent of Code[^aoc] Kotlin project created by [%NAME%][github] using the [Advent of Code Kotlin Template][template] delivered by JetBrains.
3+
Welcome to the Advent of Code[^aoc] Kotlin project created by [%ACTOR%][github] using the [Advent of Code Kotlin Template][template] delivered by JetBrains.
44

5-
In this repository, %NAME% is about to provide solutions for the puzzles using [Kotlin][kotlin] language.
5+
In this repository, %ACTOR% is about to provide solutions for the puzzles using [Kotlin][kotlin] language.
66

77
If you stuck with Kotlin-specific questions or anything related to this template, check out the following resources:
88

@@ -18,7 +18,7 @@ If you stuck with Kotlin-specific questions or anything related to this template
1818

1919
[aoc]: https://adventofcode.com
2020
[docs]: https://kotlinlang.org/docs/home.html
21-
[github]: https://github.com/%NAME%
21+
[github]: https://github.com/%ACTOR%
2222
[issues]: https://github.com/kotlin-hands-on/advent-of-code-kotlin-template/issues
2323
[kotlin]: https://kotlinlang.org
2424
[slack]: https://surveys.jetbrains.com/s3/kotlin-slack-sign-up

.github/workflows/template-cleanup.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
GROUP="com.github.$SAFE_ACTOR.$SAFE_NAME"
3636
3737
# Replace placeholders in the template-cleanup files
38+
sed -i "s/%ACTOR%/$ACTOR/g" .github/template-cleanup/*
3839
sed -i "s/%NAME%/$NAME/g" .github/template-cleanup/*
3940
sed -i "s/%REPOSITORY%/${GITHUB_REPOSITORY/\//\\/}/g" .github/template-cleanup/*
4041
sed -i "s/%GROUP%/$GROUP/g" .github/template-cleanup/*

0 commit comments

Comments
 (0)