We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 132ef04 commit 96272e1Copy full SHA for 96272e1
.github/workflows/deploy-to-staging.yml
@@ -38,11 +38,11 @@ jobs:
38
set -x
39
source scripts/lib-kosli.sh
40
DEV_ENV_JSON=$(get_current_running_env_json ${{ env.KOSLI_ENV_DEV }})
41
- echo START
42
- echo " ${DEV_ENV_JSON}"
43
- echo DONE
44
- echo "DEV_ENV_JSON=${DEV_ENV_JSON}" >> $GITHUB_ENV
45
-
+ {
+ echo "DEV_ENV_JSON<<EOF"
+ echo "$DEV_ENV_JSON"
+ echo "EOF"
+ } >> "$GITHUB_ENV"
46
47
- name: Deploy frontend
48
# We do not have a real repo so we just tag the git repo and then the
0 commit comments