Actualiser action.yaml

This commit is contained in:
2025-04-13 23:08:10 +02:00
parent c1ea5e5fdb
commit 8127521b8a

View File

@@ -25,7 +25,7 @@ runs:
- name: Ping the server
shell: bash
run: |
HEALTHPOINT="${{ inputs.server }}/${{ input.uuid }}"
HEALTHPOINT="${{ inputs.server }}/ping/${{ input.uuid }}"
OPTIONS="-fsS -m 10 --retry 5"
MESSAGE="${{ inputs.message }}"
COMMAND="${{ input.command }}"