Skip to content

Commit 7d45655

Browse files
committed
fix
1 parent 861ce1e commit 7d45655

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

actions/preview/action.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ runs:
1919

2020
- name: Get types
2121
id: type
22+
shell: bash
2223
env:
2324
IS_DEPLOYMENT: ${{ github.event_name == 'pull_request' || github.ref == 'refs/heads/main' }}
2425
IS_CLEANUP: ${{ github.event_name == 'pull_request_target' && github.event.action == 'closed' }}
@@ -31,6 +32,7 @@ runs:
3132

3233
- name: Cleanup
3334
if: ${{ steps.type.outputs.IS_CLEANUP }}
35+
shell: bash
3436
run: |
3537
aws s3 rm "s3://elastic-docs-v3-website-preview/${GITHUB_REPOSITORY}/pull/${PR_NUMBER}" --recursive
3638

0 commit comments

Comments
 (0)