fix: up convention
This commit is contained in:
parent
d38b9546cc
commit
387f32e03f
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue