We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e9bc1a commit ec71358Copy full SHA for ec71358
.github/workflows/actions/install-engine/action.yml
@@ -20,7 +20,6 @@ inputs:
20
env:
21
ENGINE_REPO_VALKEY_URL: https://github.com/valkey-io/valkey.git
22
ENGINE_REPO_REDIS_URL: https://github.com/redis/redis.git
23
- PATH: /usr/local/bin:${{ env.PATH }}
24
25
runs:
26
using: "composite"
.github/workflows/ci.yml
@@ -70,7 +70,7 @@ jobs:
70
${{ runner.os }}-maven-
71
72
- name: Install engine
73
- uses: ./.github/actions/install-engine
+ uses: ./.github/workflows/actions/install-engine
74
with:
75
engine-type: ${{ matrix.engine }}
76
engine-tag: ${{ matrix.version }}
0 commit comments