github-deployment-action icon indicating copy to clipboard operation
github-deployment-action copied to clipboard

Create deployments on Github with actions

Results 4 github-deployment-action issues
Sort by recently updated
recently updated
newest added

Bumps [semver](https://github.com/npm/node-semver) from 5.6.0 to 5.7.2. Release notes Sourced from semver's releases. v5.7.2 5.7.2 (2023-07-10) Bug Fixes 2f8fd41 #585 better handling of whitespace (#585) (@​joaomoreno, @​lukekarrys) Changelog Sourced from semver's...

dependencies

https://docs.github.com/en/actions/creating-actions/metadata-syntax-for-github-actions#inputs Replace/Refactor the args with inputs

Migrate to JS syntax and don't use docker since it might not be required and slower. https://docs.github.com/en/actions/creating-actions/metadata-syntax-for-github-actions#runs-for-javascript-actions

Hi, according to [docs](https://docs.github.com/en/rest/reference/repos#create-a-deployment), the `auto-merge` parameter is enabled by default. When the ref branch is behind default branch, the response code is 202, and an error is raised because...