Skip to content

Commit f903639

Browse files
author
Janne Rönkkö
committed
DEV: Echo command used for healthcheck
1 parent 1ed1bd3 commit f903639

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

github-actions/healthcheck/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ runs:
2020
steps:
2121
- name: Verify that service is up and running
2222
run: |
23+
echo ${{ inputs.command }}
2324
for i in {1..${{ inputs.retries }}}; do
2425
${{ inputs.command }} && exit 0
2526
sleep ${{ inputs.wait_between }}

0 commit comments

Comments
 (0)