Heroku-Auto-Deployment
Heroku-Auto-Deployment copied to clipboard
Fixes the following warning when runs, note I haven't actually tested this forked PR but this seems like the place to do it. The following actions uses node12 which is...
When the action is run Github provides the following annotations: ``` Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16: actions/checkout@v2, ElayGelbart/[email protected]. For more information...
Adding an optional heroku stack parameter to allow for more configuration options.
Thanks for the work on this GitHub Action! Is there a reason for this line: https://github.com/ElayGelbart/Heroku-Auto-Deployment/blob/714f7d7da9749f34ce2771c8ea1d665c9130509c/src/git/utils.ts#L13 This will actually [upgrade](https://devcenter.heroku.com/articles/stack#migrating-to-a-new-stack) applications on an older stack, which seems outside the scope...