From 2fda4d0e9d7b8c1b3195d46bf2f99265034ab373 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20N=C3=BCsse?= Date: Sat, 27 Apr 2024 15:55:34 +0200 Subject: [PATCH] escape variable --- .github/workflows/dependencies.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dependencies.yml b/.github/workflows/dependencies.yml index 05d50f4f..926e9a6d 100644 --- a/.github/workflows/dependencies.yml +++ b/.github/workflows/dependencies.yml @@ -7,7 +7,7 @@ on: # - '*' env: # Setting an environment variable with the value of a configuration variable - go_version: "$(grep -E '^de\.felixnuesse\.extract\.goVersion=' gradle.properties | cut -d'=' -f2)" + go_version: "$(grep -E '^de.felixnuesse.extract.goVersion=' gradle.properties | cut -d'=' -f2)" jobs: build-android: