Skip to content

Commit

Permalink
Fix type
Browse files Browse the repository at this point in the history
Signed-off-by: Nikolay Yurin <[email protected]>
  • Loading branch information
yurinnick committed Sep 13, 2023
1 parent 7973a79 commit 527038f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/veristat_baseline_compare/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ runs:
with:
key: ${{ env.CACHE_RESULT_KEY }}
restore-keys: |
- ${{ env.CACHE_RESULT_KEY }}
${{ env.CACHE_RESULT_KEY }}
path: '${{ env.CACHE_RESULT_KEY }}'
env:
CACHE_RESULT_KEY: ${{ inputs.arch_and_tool }}-baseline-${{ inputs.veristat_output }}
Expand Down

0 comments on commit 527038f

Please sign in to comment.