Skip to content

Commit

Permalink
format hashFiles path
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelcolvin committed Dec 8, 2024
1 parent e4ed2ff commit 239a9e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ runs:
uses: actions/cache@v4
with:
path: ./.ollama-install
key: ollama-install-${{ inputs.cache-key }}-${{ hashFiles('install-ollama.sh') }}
key: ollama-install-${{ inputs.cache-key }}-${{ hashFiles(format('{0}/install-ollama.sh', env.GITHUB_ACTION_PATH)) }}

- id: cache-ollama-models
uses: actions/cache@v4
Expand Down

0 comments on commit 239a9e6

Please sign in to comment.