Skip to content

Commit

Permalink
ci: fix persist-credentials typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dirodriguezm committed Jan 19, 2024
1 parent 605bfd2 commit 6eff4ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/poetry-tests-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
with:
submodules: 'true'
token: ${{secrets.GH_TOKEN}}
persist_credentials: false
persist-credentials: false
- name: Install poetry
run: |
pipx install poetry==${{ inputs.poetry-version }}
Expand Down

0 comments on commit 6eff4ff

Please sign in to comment.