mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-04-05 17:19:37 +00:00
Update prhtmlgenerator.yml
This commit is contained in:
parent
4d8141f130
commit
3ca9b6dbe3
4
.github/workflows/prhtmlgenerator.yml
vendored
4
.github/workflows/prhtmlgenerator.yml
vendored
@ -51,9 +51,9 @@ jobs:
|
|||||||
body="${body//$'\n'/'%0A'}";
|
body="${body//$'\n'/'%0A'}";
|
||||||
body="${body//$'\r'/'%0D'}";
|
body="${body//$'\r'/'%0D'}";
|
||||||
echo "bodylength=${#body}" >> $GITHUB_OUTPUT
|
echo "bodylength=${#body}" >> $GITHUB_OUTPUT
|
||||||
- name: Upload generated template
|
- name: Upload generated tests
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
id: upload-generated-template
|
id: upload-generated-tests
|
||||||
with:
|
with:
|
||||||
name: tests
|
name: tests
|
||||||
path: '*.html'
|
path: '*.html'
|
||||||
|
Loading…
Reference in New Issue
Block a user