opslevel/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: opslevel/report-deploy-github-action@96f726be9dd07b2b862b4b2b6e13d775e322f708 # v3.0.0tags 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