Skip to content

Commit 36de779

Browse files
committed
trying other syntax for environment variable
1 parent 6073dde commit 36de779

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/kind-maven.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
- name: fix connection string
5555
run: |
5656
chmod 755 deployment/fix.sh
57-
./deployment/fix.sh ${connectionString}
57+
./deployment/fix.sh ${{ env.connectionString }}
5858
- name: Build with Maven
5959
run: mvn -B package --file pom.xml
6060

0 commit comments

Comments
 (0)