Skip to content

Commit

Permalink
Add setup
Browse files Browse the repository at this point in the history
  • Loading branch information
letelete committed Dec 8, 2024
1 parent c41e93b commit 194525f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/update-year-readme.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ output+="$table"$'\n\n'
output+="> Autogenerated using [Custom GitHub Action Workflow](../.github/workflows/update-year-readme.sh)."$'\n'
output+="> Made by [Bruno Kawka](https://kawka.me)."$'\n'
output+=""$'\n'
output+="Last update at $(date)"$'\n'
output+="> Last update at $(date)"$'\n'

echo "Reading file: $day_path/$readme_file"
if [[ ! -f "$day_path/$readme_file" ]]; then
Expand Down

0 comments on commit 194525f

Please sign in to comment.