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:
@@ -59,4 +59,4 @@ jobs:
|
|||||||
|
|
||||||
- name: Show remote host info
|
- name: Show remote host info
|
||||||
run: |
|
run: |
|
||||||
echo "System ID: ${{ steps.get-host-info.outputs.system_id }}"
|
echo "System ID: ${{ steps.get-host-info.outputs.system-id }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user