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 fcdeed3 commit de1f03bCopy full SHA for de1f03b
.github/workflows/demo-workflow.yml
@@ -7,6 +7,6 @@ jobs:
7
runs-on: ubuntu-latest # self-hosted
8
9
steps:
10
- - name: Hello world
+ - name: List all files
11
shell: bash
12
- run: echo "Hello, world!"
+ run: ls -r
0 commit comments