Skip to content

Commit

Permalink
everybody now
Browse files Browse the repository at this point in the history
  • Loading branch information
kaylareopelle committed Jul 12, 2023
1 parent 0cabe73 commit 510babf
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/config_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand All @@ -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."

Expand All @@ -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
Expand Down

0 comments on commit 510babf

Please sign in to comment.