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 a7d3f97 commit 6e565d1Copy full SHA for 6e565d1
actions/preview/action.yml
@@ -30,6 +30,12 @@ runs:
30
- name: Authenticate
31
uses: elastic/docs-builder/.github/actions/aws-auth@main
32
33
+ - name: Debug
34
+ shell: bash
35
+ run: |
36
+ echo "IS_DEPLOYMENT: ${{ steps.type.outputs.IS_DEPLOYMENT }}"
37
+ echo "IS_CLEANUP: ${{ steps.type.outputs.IS_CLEANUP }}"
38
+
39
- name: Cleanup
40
if: ${{ steps.type.outputs.IS_CLEANUP }}
41
shell: bash
0 commit comments