fix: up convention

This commit is contained in:
devthejo 2023-12-03 14:02:09 +01:00
parent d38b9546cc
commit 387f32e03f
Signed by: devthejo
GPG key ID: C04215C627711F5C

View file

@ -44,7 +44,7 @@ runs:
fi
echo "Using tag: $TAG"
values_file="apps/$CD_APP/envs/$CD_ENV.yaml"
values_file="apps/$CD_APP/envs/$CD_ENV/values.yaml"
yq e ".$CD_KEY = \"$TAG\"" -i "$values_file"
git config user.name "forgejo-actions"
git config user.email "bot@devthefuture.org"