From 7f18369e78c7ed0de6504a9ed41d71fc9d04af7d Mon Sep 17 00:00:00 2001 From: matt1432 Date: Wed, 8 Mar 2023 15:37:42 -0500 Subject: [PATCH] fix(updater): 5th attempt to convert to drone --- .github/workflows/updater.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/updater.yml b/.github/workflows/updater.yml index e22e6f6..27e5d7e 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: "bash" commands: - apt-get update - apt-get install -y --no-install-recommends \