Skip to content

Commit 4b1b17b

Browse files
committed
ci: fix python-publish.yml YAML indent for checkout with: block
1 parent ef81500 commit 4b1b17b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/python-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jobs:
2222

2323
steps:
2424
- uses: actions/checkout@v4
25-
with:
26-
persist-credentials: false
25+
with:
26+
persist-credentials: false
2727
- name: Set up Python
2828
uses: actions/setup-python@v5
2929
with:

0 commit comments

Comments
 (0)