mirror of https://github.com/jacekkow/keycloak-protocol-cas

Jacek Kowalski
2022-03-23 461e1c1f749d8eaf02015073abff1bb8a20912bb
Update github.pulls.create usage in update-deps workflow

Upgrading actions/github-script requires modifications to the script.
1 files modified
2 ■■■ changed files
.github/workflows/update-deps.yml 2 ●●● patch | view | raw | blame | history
.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 }}',