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:
parent
88845e6b5d
commit
ecef9d22af
1 changed files with 2 additions and 2 deletions
4
.github/workflows/updater.sh
vendored
4
.github/workflows/updater.sh
vendored
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue