Skip to content

Commit fcc6d76

Browse files
authored
Create display-runer-name.yml
1 parent d0e4443 commit fcc6d76

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: Display Runner Name
2+
3+
on:
4+
workflow_dispatch:
5+
6+
jobs:
7+
display_info:
8+
runs-on: ubuntu-latest # Or your self-hosted runner labels
9+
steps:
10+
- name: Show Runner Name
11+
run: echo "The job is running on runner: $RUNNER_NAME"

0 commit comments

Comments
 (0)