Skip to content

Commit

Permalink
Point to
Browse files Browse the repository at this point in the history
  • Loading branch information
jayqi committed Mar 1, 2024
1 parent 9b5c7e3 commit eef4519
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 @@ -56,7 +56,7 @@ runs:
if: ${{ (inputs.cache == 'packages' || inputs.cache == 'venv') && inputs.cache-dependency-path }}
shell: bash
run: |
overall_checksum=$(python checksum.py ${{ inputs.cache-dependency-path }})
overall_checksum=$(python $GITHUB_ACTION_PATH/checksum.py ${{ inputs.cache-dependency-path }})
echo "checksum-suffix=-$overall_checksum" >> $GITHUB_OUTPUT
- name: Set up package cache
Expand Down

0 comments on commit eef4519

Please sign in to comment.