Releases: digital-blueprint/gitlab-pipeline-trigger-action
Releases · digital-blueprint/gitlab-pipeline-trigger-action
v1.2.0
What's Changed
- chore(deps): update dependency eslint to v8.57.0 by @renovate in #35
- feat: add invalid access/trigger token error handling by @nepalevov in #36
Full Changelog: v1.1.0...v1.2.0
v1.1.0
- add:
web_url
to the action outputs (for #32, thank you, @nepalevov)
v1.0.6
- bump to node20
- port from axios to fetch
- dependency updates
Initial release
This GitHub action triggers and waits for a GitLab pipeline to complete.
You can for example use this action to trigger a deployment pipeline on a private GitLab server after a successful build pipeline and wait for the deployment (with possible End2End tests) to finish, so you would get a notification if the deployment failed.