| | |
| | | |
| | | - id: java |
| | | name: Install Java and Maven |
| | | uses: actions/setup-java@v2 |
| | | uses: actions/setup-java@v3 |
| | | with: |
| | | distribution: zulu |
| | | java-version: 11 |
| | |
| | | -DremotePom='org.keycloak:keycloak-parent:${{ steps.vars.outputs.keycloakVersion }}' \ |
| | | -DupdateDependencies=true -DupdatePropertyVersions=true |
| | | mvn versions:use-latest-versions -DallowMajorUpdates=false |
| | | mvn versions:set-property -Dproperty=project.build.outputTimestamp -DnewVersion=`date +%s` |
| | | |
| | | - id: create_commit |
| | | name: Create commit |
| | |
| | | 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 }}', |