Skip to content

Commit 7863eb4

Browse files
committed
ok
1 parent c627fbf commit 7863eb4

File tree

1 file changed

+0
-46
lines changed

1 file changed

+0
-46
lines changed

actions/preview/action.yml

Lines changed: 0 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,6 @@ inputs:
1414
runs:
1515
using: "composite"
1616
steps:
17-
18-
- name: group-start
19-
shell: bash
20-
run: |
21-
echo ""::group::Determing the type of event"
22-
2317
- name: Get types
2418
id: type
2519
shell: bash
@@ -38,32 +32,9 @@ runs:
3832
echo "IS_DEPLOYMENT: ${{ steps.type.outputs.IS_DEPLOYMENT }}"
3933
echo "IS_CLEANUP: ${{ steps.type.outputs.IS_CLEANUP }}"
4034
41-
- name: group-end
42-
shell: bash
43-
run: |
44-
echo ""::endgroup::"
45-
46-
47-
- name: group-start
48-
shell: bash
49-
run: |
50-
echo ""::group::Authenticate to AWS"
51-
52-
5335
- name: Authenticate
5436
uses: elastic/docs-builder/.github/actions/aws-auth@main
5537

56-
- name: group-end
57-
shell: bash
58-
run: |
59-
echo ""::endgroup::"
60-
61-
- name: group-start
62-
if: steps.type.outputs.IS_CLEANUP == 'true'
63-
shell: bash
64-
run: |
65-
echo ""::group::Cleanup"
66-
6738
- name: Cleanup
6839
if: steps.type.outputs.IS_CLEANUP == 'true'
6940
shell: bash
@@ -96,18 +67,6 @@ runs:
9667
});
9768
}
9869
99-
- name: group-end
100-
shell: bash
101-
if: steps.type.outputs.IS_CLEANUP == 'true'
102-
run: |
103-
echo ""::endgroup::"
104-
105-
- name: group-start
106-
if: steps.type.outputs.IS_DEPLOYMENT == 'true'
107-
shell: bash
108-
run: |
109-
echo ""::group::Deploy"
110-
11170
- name: Create Deployment
11271
if: steps.type.outputs.IS_DEPLOYMENT == 'true'
11372
uses: actions/github-script@v7
@@ -190,8 +149,3 @@ runs:
190149
log_url: '${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}',
191150
description: "Deployment completed",
192151
})
193-
194-
- name: group-end
195-
shell: bash
196-
run: |
197-
echo ""::endgroup::"

0 commit comments

Comments
 (0)