Fix ENV var reference for action option
This commit is contained in:
@@ -40,7 +40,7 @@ jobs:
|
||||
with:
|
||||
groupId: spring-io
|
||||
artifactId: github-changelog-generator
|
||||
version: $GENERATOR_VERSION
|
||||
version: ${{ env.GENERATOR_VERSION }}
|
||||
outputDirectory: .
|
||||
|
||||
- name: Set up JDK
|
||||
|
||||
Reference in New Issue
Block a user