actions-marketplace-validations/OpsLevel - Report Deploy
Create a deploy event for a service in OpsLevel
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Mar 7, 2025
- License
- None
Pinned Snippet
uses: actions-marketplace-validations/opslevel_report-deploy-github-action@4fe798592dcc769f898f87a7e9e0239ced1ef999 # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| integration_url | The OpsLevel deploy integration url | yes | — |
| deduplication_id | An identifier that can be used to deduplicate deployments | no | ${{ github.run_id }} |
| deployer_email | The deployer email who created the event | no | "" |
| deployer_name | The deployer name who created the event | no | ${{ github.actor }} |
| deploy_url | The deploy url that OpsLevel points to | no | ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }} |
| description | The description or release notes for the event | no | Event Created by ${{ github.workflow }} |
| environment | The environment for the event | no | production |
| number | The deploy number for the event | no | ${{ github.run_number }} |
| service | The service alias for the event | no | ${{ github.repository }} |
Outputs
no outputs