Skip to content

Commit

Permalink
Update self-hosted-runner.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
githubofkrishnadhas authored Dec 8, 2023
1 parent 0f2e9be commit 46d25e8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/self-hosted-runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,14 @@ jobs:
run: |
echo " action ${{github.event.inputs.action}} vmname ${{github.event.inputs.vm_name}} "
echo "Hi ${{github.actor}}..."
- name: vm details
run: |
cat /etc/os-release
echo "=================================="
cat /etc/hostname
echo "=================================="
uname -a
echo "=================================="

0 comments on commit 46d25e8

Please sign in to comment.