Skip to content

Commit

Permalink
fix: Checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
jlenon7 committed Aug 6, 2021
1 parent b3089aa commit ba10d6a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,11 @@ jobs:
runs-on: ubuntu-18.04

steps:
- uses: actions/checkout@v2
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0

- uses: actions/setup-node@v1
with:
node-version: '14.x'
Expand Down

0 comments on commit ba10d6a

Please sign in to comment.