Skip to content

Commit b938b26

Browse files
Github actions testing 3
1 parent 3258472 commit b938b26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/demo-workflow-file.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ jobs:
55
name: Hello world
66
runs-on: ubuntu-latest
77
steps:
8+
- uses: actions/checkout@v2
89
- name: Write a multi-line message
9-
uses: actions/checkout@v2
1010
run: |
1111
echo This demo file shows a
1212
echo very basic and easy-to-understand workflow.

0 commit comments

Comments
 (0)