Skip to content

Commit fd039d6

Browse files
committed
ci: Fix workflow to not insert an additional newline character
1 parent cd21823 commit fd039d6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/update-readme-contributors.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,7 @@ jobs:
6161
let readmeContent = fs.readFileSync(readmePath, 'utf8');
6262
6363
// Create the Contributors section
64-
let contributorsSection = `
65-
## 👥 Contributors
64+
let contributorsSection = `## 👥 Contributors
6665
6766
Thanks to these wonderful people who have contributed to tiPS:
6867

0 commit comments

Comments
 (0)