We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a4442d commit 57773a2Copy full SHA for 57773a2
1 file changed
.github/workflows/ci.yml
@@ -22,7 +22,7 @@ jobs:
22
uses: actions/cache@v4
23
id: cache-checkout
24
with:
25
- path: temporarily_changed_this
+ path: ${{ env.wc }}
26
key: checkout-${{ github.sha }}
27
28
- name: Checkout
0 commit comments