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
I would like to suggest you the following GitHub Actions because I think that they would enhance both the readability and the maintainability of the GitHub Action workflow for the daily data update.
py-actions/[email protected]: install all Python software requirements listed in the requirements.txt located in the repository root; updates pip, wheel, and setuptools automatically, by default
fregante/[email protected]: setup up the GitHub Actions bot as authoring instance
The main idea is to update the checkout Action to v3 and to add a git push in line 54 in order to replace the succeeding step. This is also a security benefit as ad-m/[email protected] still uses the deprecated version 12 of Node.js.
I would like to suggest you the following GitHub Actions because I think that they would enhance both the readability and the maintainability of the GitHub Action workflow for the daily data update.
py-actions/[email protected]
: install all Python software requirements listed in therequirements.txt
located in the repository root; updatespip
,wheel
, andsetuptools
automatically, by defaultfregante/[email protected]
: setup up the GitHub Actions bot as authoring instanceExample:
If you are interested, I can submit a Pull Request with the respective changes.
The text was updated successfully, but these errors were encountered: