Skip to content

Commit

Permalink
Try different interpolation
Browse files Browse the repository at this point in the history
  • Loading branch information
kaylareopelle committed Jul 12, 2023
1 parent 6431863 commit a2e477c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/config_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ 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 }}'
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 Down

0 comments on commit a2e477c

Please sign in to comment.