1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/calibreweb_ynh.git synced 2024-09-03 18:16:20 +02:00

fix var for kepubify

This commit is contained in:
Krakinou 2023-04-08 11:05:44 +02:00
parent 88845e6b5d
commit ecef9d22af

View file

@ -35,8 +35,8 @@ echo "VERSION=$version" >> $GITHUB_ENV
echo "REPO=$repo" >> $GITHUB_ENV echo "REPO=$repo" >> $GITHUB_ENV
echo "Current version for kepubify: $current_version_kepubify" echo "Current version for kepubify: $current_version_kepubify"
echo "Latest release from upstream for kepubify: $version_kepubify" echo "Latest release from upstream for kepubify: $version_kepubify"
echo "VERSION=$version" >> $GITHUB_ENV echo "VERSION_KEPUBIFY=$version_kepubify" >> $GITHUB_ENV
echo "REPO=$repo" >> $GITHUB_ENV echo "REPO_KEPUBIFY=$repo_kepubify" >> $GITHUB_ENV
# For the time being, let's assume the script will fail # For the time being, let's assume the script will fail
echo "PROCEED=false" >> $GITHUB_ENV echo "PROCEED=false" >> $GITHUB_ENV