8000 Fix PYVER variable identifier in sync.yml · python/python-docs-pt-br@ed61bff · GitHub
[go: up one dir, main page]

Skip to content

Commit ed61bff

Browse files
authored
Fix PYVER variable identifier in sync.yml
1 parent 7941288 commit ed61bff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
6868
- uses: actions/setup-python@v5
6969
with:
70-
python-version: ${{ env.PYVER }}
70+
python-version: ${{ steps.pyver.outputs.PYVER }}
7171
allow-prereleases: true
7272
cache: 'pip 3DE4 9;
7373
cache-dependency-path: |

0 commit comments

Comments
 (0)
0