We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e291294 commit 3e9ae6eCopy full SHA for 3e9ae6e
.github/actions/run-nx-target/action.yml
@@ -34,6 +34,7 @@ runs:
34
- name: Delete Previous Nx Cache
35
if: ${{ steps.cache-restore.outputs.cache-hit }}
36
continue-on-error: true
37
+ shell: bash
38
run: |
39
gh extension install actions/gh-actions-cache
40
gh actions-cache delete "nx-cache" --confirm
0 commit comments