Adjust GitHub Actions workflow

This commit is contained in:
cytopia
2020-11-29 09:58:20 +01:00
parent 9bddaad387
commit d328e8aa67

View File

@@ -87,6 +87,8 @@ jobs:
# ------------------------------------------------------------ # ------------------------------------------------------------
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v2 uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Set variables - name: Set variables
id: vars id: vars