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 861ce1e commit 7d45655Copy full SHA for 7d45655
actions/preview/action.yml
@@ -19,6 +19,7 @@ runs:
19
20
- name: Get types
21
id: type
22
+ shell: bash
23
env:
24
IS_DEPLOYMENT: ${{ github.event_name == 'pull_request' || github.ref == 'refs/heads/main' }}
25
IS_CLEANUP: ${{ github.event_name == 'pull_request_target' && github.event.action == 'closed' }}
@@ -31,6 +32,7 @@ runs:
31
32
33
- name: Cleanup
34
if: ${{ steps.type.outputs.IS_CLEANUP }}
35
36
run: |
37
aws s3 rm "s3://elastic-docs-v3-website-preview/${GITHUB_REPOSITORY}/pull/${PR_NUMBER}" --recursive
38
0 commit comments