opslevel/OpsLevel - Report Deploy

Create a deploy event for a service in OpsLevel

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Maintainedlast commit Mar 7, 2025
License
None

Pinned Snippet

workflow.ymlSHA-pinned
uses: opslevel/report-deploy-github-action@96f726be9dd07b2b862b4b2b6e13d775e322f708 # v3.0.0

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
integration_urlThe OpsLevel deploy integration urlyes
deduplication_idAn identifier that can be used to deduplicate deploymentsno${{ github.run_id }}
deployer_emailThe deployer email who created the eventno""
deployer_nameThe deployer name who created the eventno${{ github.actor }}
deploy_urlThe deploy url that OpsLevel points tono${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
descriptionThe description or release notes for the eventnoEvent Created by ${{ github.workflow }}
environmentThe environment for the eventnoproduction
numberThe deploy number for the eventno${{ github.run_number }}
serviceThe service alias for the eventno${{ github.repository }}

no outputs