diff --git a/.github/workflows/updater.yml b/.github/workflows/updater.yml index 27e5d7e..cb2c923 100644 --- a/.github/workflows/updater.yml +++ b/.github/workflows/updater.yml @@ -5,7 +5,7 @@ name: Updater steps: - name: update image: eclipse-temurin:17.0.6_10-jdk-focal - entrypoint: "bash" + entrypoint: [ "/bin/bash" ] commands: - apt-get update - apt-get install -y --no-install-recommends \