mirror of
https://github.com/YunoHost-Apps/pleroma_ynh.git
synced 2024-09-03 20:15:59 +02:00
Fix auto-updater multiline env variable
This commit is contained in:
parent
2e97b5c020
commit
9c7bc86aa6
1 changed files with 3 additions and 1 deletions
4
.github/workflows/updater.sh
vendored
4
.github/workflows/updater.sh
vendored
|
@ -36,7 +36,9 @@ echo "Current version: $current_version"
|
|||
echo "Latest release from upstream: $version"
|
||||
echo "VERSION=$version" >> $GITHUB_ENV
|
||||
echo "RELEASE=$release" >> $GITHUB_ENV
|
||||
echo "DESCRIPTION=$description" >> $GITHUB_ENV
|
||||
echo "DESCRIPTION<<EOF" >> $GITHUB_ENV
|
||||
echo "$description" >> $GITHUB_ENV
|
||||
echo "EOF" >> $GITHUB_ENV
|
||||
# For the time being, let's assume the script will fail
|
||||
echo "PROCEED=false" >> $GITHUB_ENV
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue