Skip to content

Commit c078043

Browse files
authored
w
1 parent 1bc42c9 commit c078043

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/build-test/unix/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ runs:
3636
steps:
3737
- name: Local build
3838
shell: ${{ env.shell }}
39-
working-direct: hazelcast-repo
39+
working-directory: hazelcast-repo
4040
run: |
4141
./mvnw help:evaluate -Dexpression=project.version -q -DforceStdout
4242
echo "HAZELCAST_VERSION=$(./mvnw help:evaluate -Dexpression=project.version -q -DforceStdout)" >> ${GITHUB_ENV}

0 commit comments

Comments
 (0)