We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0e4443 commit fcc6d76Copy full SHA for fcc6d76
1 file changed
.github/workflows/display-runer-name.yml
@@ -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