1
0
Fork 0
mirror of https://code.forgejo.org/actions/setup-python synced 2025-06-25 11:58:01 +02:00
This commit is contained in:
Kazuhiro Masuda 2025-04-21 00:36:14 +09:00
parent 35853705fb
commit 7c49ba0e44
2 changed files with 2 additions and 2 deletions

View file

@ -154,7 +154,7 @@ async function run() {
);
} else {
throw new Error(
`The python-version input is required.`
'The `python-version` input is required.'
);
}
}