Refactor get-host-info action.yml to use hyphenated naming convention for the output variable and remove unnecessary echo statement

This commit is contained in:
2024-10-01 22:55:25 +02:00
parent 3785ff5008
commit 632cdfeee8
+1 -1
View File
@@ -59,4 +59,4 @@ jobs:
- name: Show remote host info
run: |
echo "System ID: ${{ steps.get-host-info.outputs.system_id }}"
echo "System ID: ${{ steps.get-host-info.outputs.system-id }}"