We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9490287 commit 17fd89aCopy full SHA for 17fd89a
.github/workflows/ci.yml
@@ -24,7 +24,7 @@ jobs:
24
25
- name: Check if cache exists from main
26
run: |
27
- gh cache list --scope main
+ gh cache list --ref refs/heads/main
28
29
- name: Build prod Docker image
30
uses: docker/build-push-action@v6
0 commit comments