Skip to content

Commit 561a76a

Browse files
committed
Fix invocation of install-engine from CI workflow
Signed-off-by: ikolomi <ikolomin@amazon.com>
1 parent 45b6ff6 commit 561a76a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
${{ runner.os }}-maven-
7171
7272
- name: Install engine
73-
uses: .github/workflows/actions/install-engine
73+
uses: ./.github/workflows/actions/install-engine
7474
with:
7575
engine-type: ${{ matrix.engine }}
7676
engine-tag: ${{ matrix.version }}

0 commit comments

Comments
 (0)