diff options
| author | 2020-08-16 05:35:58 +0000 | |
|---|---|---|
| committer | 2020-08-16 05:35:58 +0000 | |
| commit | 34e5a16dac5ddbd7764fcbefaa3340002abec0e5 (patch) | |
| tree | 09c196a90ace7dc26bf14a4de0d1fc876083d346 | |
| parent | 7c276e53401903fda57c52628e0cfb67e70bbdda (diff) | |
workflow: Fix typo
| -rw-r--r-- | .github/workflows/update.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 37876bd..b144164 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -9,7 +9,7 @@ jobs: - name: Set up Poetry uses: abatilo/actions-poetry@v1.5.0 with: - python-version: 3.8.0 + python_version: 3.8.0 poetry_version: 1.0 args: install - name: Fetch the repository code |
