Skip to content

Commit 6e565d1

Browse files
committed
debug
1 parent a7d3f97 commit 6e565d1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

actions/preview/action.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,12 @@ runs:
3030
- name: Authenticate
3131
uses: elastic/docs-builder/.github/actions/aws-auth@main
3232

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+
3339
- name: Cleanup
3440
if: ${{ steps.type.outputs.IS_CLEANUP }}
3541
shell: bash

0 commit comments

Comments
 (0)