We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6de7464 commit 0a4442dCopy full SHA for 0a4442d
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: ${{ env.wc }}
+ path: temporarily_changed_this
26
key: checkout-${{ github.sha }}
27
28
- name: Checkout
0 commit comments