Skip to content

Commit

Permalink
test echo change
Browse files Browse the repository at this point in the history
  • Loading branch information
FonduemangVI committed Jul 3, 2024
1 parent fa36ceb commit fcbe919
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 21 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/changelog-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
id: check_append
run: |
echo "Checking and appending changelog to file if new"
changelog_content="${{ steps.build_changelog.outputs.changelog }}\n"
changelog_content="$(echo -e "${{ steps.build_changelog.outputs.changelog }}\n")"
current_date=$(date -u +"%Y-%m-%d %H:%M:%S")
new_entry=$(cat <<EOF
# $current_date
Expand Down
20 changes: 0 additions & 20 deletions docs/updates.txt
Original file line number Diff line number Diff line change
@@ -1,23 +1,3 @@
# 2024-07-03 06:21:46
### Radarr - Updates

- [Update to match main guide repo](https://github.com/FonduemangVI/Guides/pull/7)

### Sonarr - Updates

- [Update to match main guide repo](https://github.com/FonduemangVI/Guides/pull/7)

### Others

- [test](https://github.com/FonduemangVI/Guides/pull/6)
- [testing](https://github.com/FonduemangVI/Guides/pull/4)
- [testing](https://github.com/FonduemangVI/Guides/pull/5)


- [test](https://github.com/FonduemangVI/Guides/pull/6)
- [testing](https://github.com/FonduemangVI/Guides/pull/4)
- [testing](https://github.com/FonduemangVI/Guides/pull/5)
\n
# 2024-06-15 22:00
- [feat(guides): Add hallowed to (U)HD Bluray Tier 03 and create new hallowed Radarr custom format (#1978)](https://github.com/TRaSH-Guides/Guides/pull/1978)

Expand Down

0 comments on commit fcbe919

Please sign in to comment.