环境变量是以字母或下划线开头的,中间只能由字母、数字和下划线组成,你的这个减号不符合要求
【 在 snnn 的大作中提到: 】
: 我用javascript写一个Github Action,想在本地运行。然后就参考了官方文档,它是这么说的:
: ```
: When you specify an input, GitHub creates an environment variable for the input with the name INPUT_<VARIABLE_NAME>. The environment variable created converts input names to uppercase letters and replaces spaces with _ characters.
: ...................
--
FROM 120.244.222.198