Skip to content

Commit

Permalink
Fixing typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jossmoff authored Nov 11, 2023
1 parent 5750c6e commit 096528c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
id: cache-pr
with:
path: path/to/dependencies
key: ${{ runner.os }}-mutmut-cache-${{GITHUB_HEAD_REF}}
key: ${{ runner.os }}-mutmut-cache-${{env.GITHUB_HEAD_REF}}

- name: 🗃️ Uncache Main Mutation Testing Cache
if: steps.cache.outputs.cache-hit != 'true'
Expand All @@ -63,4 +63,4 @@ jobs:
uses: actions/cache/save@v3
with:
path: .mutmut-cache
key: ${{ runner.os }}-mutmut-cache-${{GITHUB_HEAD_REF}}
key: ${{ runner.os }}-mutmut-cache-${{env.GITHUB_HEAD_REF}}

0 comments on commit 096528c

Please sign in to comment.