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

GitHub action to create a Deployment

Results 13 deployment-action issues
Sort by recently updated
recently updated
newest added

Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.8.2 to 1.9.1. Changelog Sourced from @​actions/core's changelog. 1.9.1 Randomize delimiter when calling core.exportVariable 1.9.0 Added toPosixPath, toWin32Path and toPlatformPath utilities #1102 Commits See full diff in...

dependencies

This PR fixes the action from failing when creating a deployment for another repo then where the workflow is running from. Error from logs: ``` Error: HttpError: Not Found Error:...

First of all, thank you for publishing this action. I have been using it for 1.5 years to track deployments by GitHub Actions and it works very well. However, today...

This change fixes an error that occurs when specifying a different `owner` and `repo` (and GitHub `token`) when the request to `createDeploymentStatus` is attempted. The error: ``` HttpError: Not Found...

Both `deployment-action` and `deployment-status` are useful and works nicely together. But using both of them comes with a duplication of the configuration data, and make the workflow a bit too...

The token can be retrieved from the provided data to the actions, and will follow upstream provided permissions.

GitHub is [deprecating](https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/) `echo "::set-output name=etc::etc"` in favor of a new syntax. ``` Run chrnorm/deployment-action@v2 ::set-output name=deployment_id::680226386 Warning: The `set-output` command is deprecated and will be disabled soon. Please upgrade...

Getting the error below : Run "chrnorm/deployment-action@6e62572161cddc34701816e65b5539572ff80325 " Error: HttpError: Not Found Error: Error creating GitHub deployment: Not Found

Hi @chrnorm , Create deployment action is failing with below, do you have any ideas on where to actually look at: Run chrnorm/[email protected] with: token: *** environment: test initial-status: pending...