From 632cdfeee8af80469f3d2c711d0f0c2b20717d4f Mon Sep 17 00:00:00 2001 From: Alexandre Pires Date: Tue, 1 Oct 2024 22:55:25 +0200 Subject: [PATCH] Refactor get-host-info action.yml to use hyphenated naming convention for the output variable and remove unnecessary echo statement --- .github/workflows/actions-validate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/actions-validate.yml b/.github/workflows/actions-validate.yml index 6182361..694871b 100644 --- a/.github/workflows/actions-validate.yml +++ b/.github/workflows/actions-validate.yml @@ -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 }}"