We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 316b32b commit 03a2ae4Copy full SHA for 03a2ae4
1 file changed
.github/workflows/autoupdate.yml
@@ -22,7 +22,7 @@ jobs:
22
23
echo "python3.12: $python-version"
24
25
- echo ${python_version} > .python-version
+ echo ${python-version} > .python-version
26
echo "python-version=${python-version}" >> $GITHUB_OUTPUT
27
28
- name: Detect changes
0 commit comments