You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I use a github action (https://github.com/xresloader/upload-to-github-release) to upload some files which the name contains some environment variable, but it seems getInput does not process envs replacement. getInput("file") got ${APP_NAME}-linux-1.0.0+1.zip in the following example.
Describe the bug
I use a github action (https://github.com/xresloader/upload-to-github-release) to upload some files which the name contains some environment variable, but it seems
getInput
does not process envs replacement.getInput("file")
got${APP_NAME}-linux-1.0.0+1.zip
in the following example.https://github.com/xresloader/upload-to-github-release/blob/fdd72e02aaa9581a25515ebc2d8ec0492efb635a/src/index.ts#L15
Expected behavior
getInput
can process envs or provide some options for envs replacement.The text was updated successfully, but these errors were encountered: