Skip to content

Commit 391bb2a

Browse files
authored
Update and rename display-runer-name.yml to display-runner-name.yml
1 parent fcc6d76 commit 391bb2a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
jobs:
77
display_info:
88
runs-on: ubuntu-latest # Or your self-hosted runner labels
9+
910
steps:
1011
- name: Show Runner Name
11-
run: echo "The job is running on runner: $RUNNER_NAME"
12+
run: echo "The job is running on runner:" $RUNNER_NAME

0 commit comments

Comments
 (0)