From e461fa62f6946708d4a4819e268c3e486a5a9bc3 Mon Sep 17 00:00:00 2001 From: Athanasius Date: Sun, 26 Jul 2020 21:00:28 +0100 Subject: [PATCH] The configuration must be inside a 'with:' --- .github/workflows/python-app.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index 5ead381d..a61a5c09 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -16,7 +16,8 @@ jobs: steps: - uses: actions/checkout@v2 - fetch-depth: 0 + with: + fetch-depth: 0 - name: Set up Python 3.7 uses: actions/setup-python@v2 with: