Skip to content

Commit

Permalink
Add name for clone step.
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Aug 19, 2019
1 parent 632d53a commit 097f191
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Expand Up @@ -11,7 +11,8 @@ jobs:
node: [8, 10, 12]

steps:
- uses: actions/checkout@master
- name: Clone repository
uses: actions/checkout@master
with:
fetch-depth: 3

Expand Down

0 comments on commit 097f191

Please sign in to comment.