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: