We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4da3d2 commit c47e90fCopy full SHA for c47e90f
.github/workflows/hello-world-2.5.1.yml
@@ -4,4 +4,6 @@ on: workflow_dispatch
4
5
jobs:
6
dummy-job:
7
- steps: echo done
+ runs-on: ubuntu-20.04
8
+ steps:
9
+ - run: echo done
0 commit comments