diff --git a/.github/workflows/config_docs.yml b/.github/workflows/config_docs.yml index d8815ec5d1..9f312eddf6 100644 --- a/.github/workflows/config_docs.yml +++ b/.github/workflows/config_docs.yml @@ -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."