We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e862d59 commit db2b8efCopy full SHA for db2b8ef
1 file changed
.github/workflows/work.yml
@@ -21,5 +21,5 @@ jobs:
21
runs_on: ubuntu_latest
22
needs: my_jobs
23
steps:
24
- -name: print it
25
- run: echo "Testing"
+ - name: print it
+ run: echo "Hello from a self-hosted runner!"
0 commit comments