From 8d34eb2d4c8027fd5f2d5c9a2e1a5d307ab614cc Mon Sep 17 00:00:00 2001 From: Dhenain Ambroise Date: Wed, 30 Dec 2020 15:46:17 +0100 Subject: [PATCH] Add doc --- .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 3d227fb6b..a153ffa02 100644 --- a/.github/workflows/deploy-vercel-production.yml +++ b/.github/workflows/deploy-vercel-production.yml @@ -213,7 +213,8 @@ 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 + # "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 + # But, when executed by GitHub Action, it must be inside the "run" section instead generate_post_data() { cat <