inspirezonetech / inspirezonetech/TeachMePythonLikeIm5
GitHub action 'execute-modified-python-file.yml' fails if program uses 'input()'
Open
bug
github-actions
hacktoberfest
help wanted
- Dominant language
- Python
- Stars
- 29
- Forks
- 41
- PR merge metrics
- No merged PRs in 30d
Description
**About Bug or problem**
Any program using `input()` will not execute when action is running as it is waiting for user to input something
**Steps to reproduce**
Modify a python file that uses the `input()` function to trigger GitHub action to run
[Example of action that failed because of this issue](https://github.com/inspirezonetech/TeachMePythonLikeIm5/runs/3984310512?check_suite_focus=true)
**Potential fix**
Find a way to verify programs that are using `input()`
Contributor guide
Assessment
This issue has not been assessed yet.