Skip to content

Commit

Permalink
expression wrapping
Browse files Browse the repository at this point in the history
  • Loading branch information
kaylareopelle committed Jul 12, 2023
1 parent 4b5f1a2 commit eb3aceb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/config_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@ jobs:
API_TOKEN_GITHUB: ${{ secrets.KAYLA_CONFIG_DOCS }}
with:
source_file: "ruby-agent-configuration.mdx"
destination_repo: $DESTINATION_REPO
destination_repo: ${{ $DESTINATION_REPO }}
destination_folder: 'src/content/docs/apm/agents/ruby-agent/configuration'
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 @@ -72,7 +72,7 @@ jobs:
env:
GH_TOKEN: ${{ secrets.KAYLA_CONFIG_DOCS }}
REPO: "https://github.com/${{ $DESTINATION_REPO }}"
HEAD: $BRANCH_NAME
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 Down

0 comments on commit eb3aceb

Please sign in to comment.