File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -18,12 +18,12 @@ jobs:
1818 - name : Fetch latest Python 3.12 release
1919 id : get-python-version
2020 run : |
21- python-version =$(curl -s https://www.python.org/ftp/python/ | grep -oP '3\.12\.\d+/' | uniq | sort -V | tail -n 1 | tr -d '/')
21+ python_version =$(curl -s https://www.python.org/ftp/python/ | grep -oP '3\.12\.\d+/' | uniq | sort -V | tail -n 1 | tr -d '/')
2222
23- echo "python3.12: $python-version "
23+ echo "python3.12: $python_version "
2424
25- echo ${python-version } > .python-version
26- echo "python-version=${python-version }" >> $GITHUB_OUTPUT
25+ echo ${python_version } > .python-version
26+ echo "python-version=${python_version }" >> $GITHUB_OUTPUT
2727
2828 - name : Detect changes
2929 id : git-diff
You can’t perform that action at this time.
0 commit comments