Skip to content

Commit

Permalink
add more info commands
Browse files Browse the repository at this point in the history
  • Loading branch information
vaibhavsinghal87 committed Feb 22, 2024
1 parent 19c4f85 commit b081a97
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/shell.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Host info
name: Host/Shell info
on: workflow_dispatch
jobs:
display-info:
Expand All @@ -8,4 +8,7 @@ jobs:
run: |
pwd
ls -a
echo $GITHUB_SHA
echo $GITHUB_REPOSITORY
echo $GITHUB_WORKSPACE

0 comments on commit b081a97

Please sign in to comment.