From e65faff71f8b8df96c922b8f1b0d77d2053d7a07 Mon Sep 17 00:00:00 2001 From: Dhenain Ambroise Date: Wed, 30 Dec 2020 15:33:02 +0100 Subject: [PATCH] Put EOF at the beginning of the line --- .github/workflows/deploy-vercel-production.yml | 3 ++- .github/workflows/deploy-vercel-staging.yml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-vercel-production.yml b/.github/workflows/deploy-vercel-production.yml index 5004a519d..b87007bbc 100644 --- a/.github/workflows/deploy-vercel-production.yml +++ b/.github/workflows/deploy-vercel-production.yml @@ -213,6 +213,7 @@ jobs: echo "'GIT_COMMIT_TAGS': $GIT_COMMIT_TAGS" # Generates JSON using a bash function - See https://stackoverflow.com/a/57369772/2391795 + # End Of File must be at the beginning of the line with no space/tab before or after - See https://stackoverflow.com/a/12909284/2391795 generate_post_data() { cat <