Skip to content

Commit 62e6caf

Browse files
committed
inline file with eof better
1 parent 68483ce commit 62e6caf

1 file changed

Lines changed: 10 additions & 9 deletions

File tree

.github/workflows/create.yml

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,16 @@ jobs:
1919
run: ./create_monero_torrent.sh
2020
- name: create release notes
2121
run: |
22-
# make it work 1st then make it pretty
23-
{
24-
echo "🧲```";
25-
transmission-show -m watch/*;
26-
echo "```";
27-
echo "```";
28-
transmission-show watch/*;
29-
echo "```";
30-
}; >> release-notes.md
22+
cat >> release-notes.md <<'EOF'
23+
🧲 Link
24+
```
25+
$(transmission-show -m watch/*)
26+
```
27+
Torrent info
28+
```
29+
$(transmission-show watch/*)
30+
```
31+
EOF
3132
- name: Release
3233
uses: softprops/action-gh-release@v2
3334
if: github.ref_type == 'tag'

0 commit comments

Comments
 (0)