inspirezonetech / inspirezonetech/TeachMePythonLikeIm5
GitHub action 'execute-modified-python-file.yml' fails if program uses 'input()'
- Lenguaje dominante
- Python
- Estrellas
- 29
- Forks
- 41
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
**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()`
Guía de contribución
Línea de trabajo
Empieza leyendo el workflow de GitHub Actions llamado execute-modified-python-file.yml y reproduce el fallo con un archivo Python modificado que llame a input(). Investiga cómo gestiona el workflow los programas que esperan en stdin. Se considera terminado cuando la action ya no se bloquea ni falla indefinidamente con esos programas y sigue verificando los archivos Python modificados.
Escrito por el modelo de indexación a partir del texto del issue.
Evaluación
- Stack tecnológico
- github-actions, python
- Área
- ci-cd
- Tipo de issue
- Error
- Dificultad
- 4/5
- Tiempo estimado
- 3-5 días
- Estado de actividad
- Estancado
- Claridad
- Necesita aclaración
- Aptitud para principiantes
- 35/100