From c415093cc5602d1e0f5d9c489a1fb69aa4dc37e7 Mon Sep 17 00:00:00 2001
From: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Date: Mon, 27 Jun 2022 22:16:06 +0000
Subject: [PATCH] Update to Keycloak 18.0.2

---
 .github/workflows/update-deps.yml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/.github/workflows/update-deps.yml b/.github/workflows/update-deps.yml
index 2636fdd..6a0399b 100644
--- a/.github/workflows/update-deps.yml
+++ b/.github/workflows/update-deps.yml
@@ -92,7 +92,7 @@
         with:
           github-token: ${{ env.GH_TOKEN }}
           script: |
-            github.pulls.create({
+            github.rest.pulls.create({
               owner: context.repo.owner,
               repo: context.repo.repo,
               head: 'feature/keycloak-update-${{ steps.vars.outputs.keycloakVersion }}',

--
Gitblit v1.9.1