diff options
Diffstat (limited to '.github')
| -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 |
