We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 391bb2a commit 04a1164Copy full SHA for 04a1164
1 file changed
.github/workflows/display-runner-name.yml
@@ -9,4 +9,4 @@ jobs:
9
10
steps:
11
- name: Show Runner Name
12
- run: echo "The job is running on runner:" $RUNNER_NAME
+ run: echo "The job is running on runner:" ${{ runner.name }}
0 commit comments