GitHub action execute-modified-python-file.yml will not run when a new file is created and added to repo #99
Labels
bug
Something isn't working
github-actions
Related to GitHub Actions
hacktoberfest
help wanted
Extra attention is needed
About Bug or problem
The GitHub action to execute python file will not run when a file is created rather than modified.
This is because the action is designed only to check files that were modified and so will ignore files that are new to the repo.
Steps to reproduce
Create a brand new python file and add to the repo. The GitHub action will not see any files as being modified and will print:
Potential fix
Modify action
execute-modified-python-file.yml
to detect when new files are added to the repo and execute them.The text was updated successfully, but these errors were encountered: