Set fetch-depth when checking out repo in push workflow

This commit is contained in:
arkon 2021-07-31 10:47:51 -04:00
parent eeb1cc7467
commit 724274590f

View File

@ -11,6 +11,8 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Setup Node 12
uses: actions/setup-node@v2