We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d09516d commit 4f7be75Copy full SHA for 4f7be75
.github/workflows/deploy copy.yml
@@ -0,0 +1,6 @@
1
+jobs:
2
+ test-runner:
3
+ runs-on: actions-runners
4
+ steps:
5
+ - name: Check runner
6
+ run: echo "Runner is working!"
0 commit comments