Skip to content

Commit 4f48cb8

Browse files
committed
indent
1 parent e195735 commit 4f48cb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by GitHub!"
1313
- run: echo "🔎 The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}."
1414
- name: Get Python
15-
- uses: actions/setup-python@v5
15+
uses: actions/setup-python@v5
1616
with:
1717
python-version: '3.10'
1818
- name: Check out repository code

0 commit comments

Comments
 (0)