actions-marketplace-validations/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: actions-marketplace-validations/opslevel_report-deploy-github-action@4fe798592dcc769f898f87a7e9e0239ced1ef999 # no releases — HEAD as of 2026-07-10

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