aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLibravatar Rohit Goswami <r95g10@gmail.com>2020-08-16 05:35:58 +0000
committerLibravatar GitHub <noreply@github.com>2020-08-16 05:35:58 +0000
commit34e5a16dac5ddbd7764fcbefaa3340002abec0e5 (patch)
tree09c196a90ace7dc26bf14a4de0d1fc876083d346
parent7c276e53401903fda57c52628e0cfb67e70bbdda (diff)
workflow: Fix typo
-rw-r--r--.github/workflows/update.yml2
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