Skip to content

Commit f7b27d9

Browse files
committed
Docker inspect health check action update
1 parent 1071e0f commit f7b27d9

File tree

1 file changed

+6
-4
lines changed
  • .github/workflows/docker-inspect-health-check

1 file changed

+6
-4
lines changed

.github/workflows/docker-inspect-health-check/action.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,18 +38,20 @@ runs:
3838
exit 1
3939
}
4040
41-
- name: Separator
41+
- name: Step Separator
4242
shell: pwsh
4343
run: |
44-
Write-Host "########################################################################################################"
44+
# Step Separator
45+
Write-Host "`n########################################################################################################`n"
4546
4647
- name: Docker Oracle Listener Service Status
4748
uses: ./.github/workflows/docker-oracle-listener-service-status
4849

49-
- name: Separator
50+
- name: Step Separator
5051
shell: pwsh
5152
run: |
52-
Write-Host "########################################################################################################"
53+
# Step Separator
54+
Write-Host "`n########################################################################################################`n"
5355
5456
- name: Docker Test Oracle Connection
5557
uses: ./.github/workflows/docker-test-oracle-connection

0 commit comments

Comments
 (0)