Fix changelog gen issues

This commit is contained in:
modmuss50 2021-08-13 20:47:15 +01:00
parent 38aaeabf3c
commit 7d81e647cb
3 changed files with 4 additions and 3 deletions

View file

@ -4,7 +4,7 @@ jobs:
build:
runs-on: ubuntu-20.04
container:
image: openjdk:16-jdk-buster
image: adoptopenjdk:16-jdk
options: --user root
steps:
- uses: actions/checkout@v2

View file

@ -4,7 +4,7 @@ jobs:
build:
runs-on: ubuntu-20.04
container:
image: openjdk:16-jdk-buster
image: adoptopenjdk:16-jdk
options: --user root
steps:
- uses: actions/checkout@v2

View file

@ -10,9 +10,10 @@ jobs:
build:
runs-on: ubuntu-20.04
container:
image: openjdk:16-jdk-buster
image: adoptopenjdk:16-jdk
options: --user root
steps:
- run: apt update && apt install git -y
- uses: actions/checkout@v2
with:
fetch-depth: 0