Skip to content

Commit 0817cfe

Browse files
committed
Fix padding issue
1 parent 24bb74a commit 0817cfe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

action.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ runs:
4141
steps:
4242
# Make sure 3.9 is installed
4343
- uses: actions/setup-python@v2
44-
with:
45-
python-version: '3.9'
44+
with:
45+
python-version: '3.9'
4646

4747
- shell: bash
4848
run: |

0 commit comments

Comments
 (0)