Skip to content

Commit

Permalink
Fix variable
Browse files Browse the repository at this point in the history
  • Loading branch information
mcasas993 committed Nov 15, 2024
1 parent 4c5ed5a commit 8a95dd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ jobs:
uses: actions/cache@v4
with:
path: |
${{ maven_local_path }}
${{ env.maven_local_path }}
key: ${{ runner.os }}-m2-opensearch-${{ opensearch_version }}-plugin-${{ hashFiles('**.sha1') }}
restore-keys: |
${{ runner.os }}-m2-opensearch-${{ opensearch_version }}-plugin-
Expand Down

0 comments on commit 8a95dd2

Please sign in to comment.