Skip to content

Commit 04a1164

Browse files
authored
Update display-runner-name.yml
1 parent 391bb2a commit 04a1164

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/display-runner-name.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ jobs:
99

1010
steps:
1111
- name: Show Runner Name
12-
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)