From b081a97f901786f48b589d655f50eb1ca988677b Mon Sep 17 00:00:00 2001 From: Vaibhav Singhal Date: Thu, 22 Feb 2024 19:01:20 +0000 Subject: [PATCH] add more info commands --- .github/workflows/shell.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/shell.yaml b/.github/workflows/shell.yaml index 708a002..6e53504 100644 --- a/.github/workflows/shell.yaml +++ b/.github/workflows/shell.yaml @@ -1,4 +1,4 @@ -name: Host info +name: Host/Shell info on: workflow_dispatch jobs: display-info: @@ -8,4 +8,7 @@ jobs: run: | pwd ls -a + echo $GITHUB_SHA + echo $GITHUB_REPOSITORY + echo $GITHUB_WORKSPACE \ No newline at end of file