From cacf28dfde9cf25863fa8848a5f595540d32a8e4 Mon Sep 17 00:00:00 2001 From: lisa-sigsci Date: Thu, 22 Jul 2021 16:39:10 -0700 Subject: [PATCH] Added double quotes to sed command --- .github/workflows/release-and-pr.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-and-pr.yml b/.github/workflows/release-and-pr.yml index b26ddba..fafe790 100644 --- a/.github/workflows/release-and-pr.yml +++ b/.github/workflows/release-and-pr.yml @@ -58,7 +58,7 @@ jobs: git config --local user.email "github-actions[bot]@users.noreply.github.com" git config --local user.name "github-actions[bot]" git checkout -b match-version-release - sed -i "s/tag:.*/tag: ${{ env.NEW_TAG }}/g" sigsci-values.yaml + sed -i "s/tag:.*/tag: \"${{ env.NEW_TAG }}\"/g" sigsci-values.yaml git commit -am "Automated PR - Match upstream version" && git push -u origin match-version-release curl -X POST -u ${{ github.actor }}:${{ secrets.GITHUB_TOKEN }} \ @@ -80,4 +80,4 @@ jobs: -H "Accept: application/vnd.github.v3+json" \ -u ${{ github.actor }}:${{ secrets.GITHUB_TOKEN }} \ ${{ env.GH_REPO }}/pulls/${{ env.PR_NUM }}/requested_reviewers \ - --data '{"team_reviewers":["signalsciences/releng"]}' + --data '{"reviewers":["lisa-sigsci","bbucher-sigsci","leaf-fastly","rell-fastly","andy-fastly"]}'