We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3258472 commit b938b26Copy full SHA for b938b26
.github/workflows/demo-workflow-file.yml
@@ -5,8 +5,8 @@ jobs:
5
name: Hello world
6
runs-on: ubuntu-latest
7
steps:
8
+ - uses: actions/checkout@v2
9
- name: Write a multi-line message
- uses: actions/checkout@v2
10
run: |
11
echo This demo file shows a
12
echo very basic and easy-to-understand workflow.
0 commit comments