From 387f32e03f3d2cc787ae7e03ec0cddd667b90814 Mon Sep 17 00:00:00 2001 From: devthejo Date: Sun, 3 Dec 2023 14:02:09 +0100 Subject: [PATCH] fix: up convention --- uptag/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uptag/action.yaml b/uptag/action.yaml index 14d0a69..a729929 100644 --- a/uptag/action.yaml +++ b/uptag/action.yaml @@ -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"