From 510babf3cabd2009e3eeb92295623a6ef957b45d Mon Sep 17 00:00:00 2001 From: Kayla Reopelle Date: Wed, 12 Jul 2023 12:14:53 -0700 Subject: [PATCH] everybody now --- .github/workflows/config_docs.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/config_docs.yml b/.github/workflows/config_docs.yml index 6b0b3b52c8..6f211d6da7 100644 --- a/.github/workflows/config_docs.yml +++ b/.github/workflows/config_docs.yml @@ -42,7 +42,7 @@ jobs: user_email: '${{ secrets.EMAIL }}' user_name: 'newrelic-ruby-agent-bot' destination_branch: 'develop' - destination_branch_create: ${{ $BRANCH_NAME }} + destination_branch_create: "$BRANCH_NAME" commit_message: 'chore(ruby agent): Update config docs' check_diff_for_changes: @@ -52,8 +52,8 @@ jobs: - name: Checkout code uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # tag v3.5.0 with: - repository: ${{ $DESTINATION_REPO }} - ref: ${{ $BRANCH_NAME }} + repository: "$DESTINATION_REPO" + ref: "$BRANCH_NAME" token: ${{ secrets.KAYLA_CONFIG_DOCS }} - name: Check diff @@ -71,8 +71,8 @@ jobs: run: gh pr create --base "develop" --repo "$REPO" --head "$HEAD" --title "$TITLE" --body "$BODY" env: GH_TOKEN: ${{ secrets.KAYLA_CONFIG_DOCS }} - REPO: "https://github.com/${{ $DESTINATION_REPO }}" - HEAD: ${{ $BRANCH_NAME }} + REPO: "https://github.com/$DESTINATION_REPO" + HEAD: "$BRANCH_NAME" TITLE: "Ruby configuration docs test" BODY: "This is an automated PR generated by the Ruby agent CI. Please delete the branch on merge." @@ -88,7 +88,7 @@ jobs: - name: Checkout docs website repository uses: actions/checkout@v3 with: - repository: ${{ $DESTINATION_REPO }} + repository: "$DESTINATION_REPO" token: ${{ secrets.KAYLA_CONFIG_DOCS }} - name: Build delete command