Skip to content

Commit

Permalink
fix: hash only aftman.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
ok-nick committed Sep 18, 2023
1 parent d3693e5 commit 7cb084a
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 @@ -73,7 +73,7 @@ runs:
uses: actions/cache@v3
with:
path: ~/.aftman/bin
key: ${{ runner.os }}-aftman-${{hashFiles(inputs.path)}}
key: ${{ runner.os }}-aftman-${{hashFiles(format('{0}/{1}', inputs.path, 'aftman.toml'))}}

- name: Install tools
run: |
Expand Down

0 comments on commit 7cb084a

Please sign in to comment.