gilzow/Retrieve Target URL of Platform.sh integration

Checks the status of the Platform.sh integration for a success state, and returns the Target URL of the deployed environment.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Feb 8, 2022
License
None

Pinned Snippet

workflow.ymlSHA-pinned
uses: gilzow/retrieve-psh-prenv-url@ec47554ba26a96222c75411a8db4d94785b0e546 # no releases — HEAD as of 2026-07-11

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

namedescriptionrequireddefault
repositoryOwner/namespace of the target repository. Default of {github.repository}no${{ github.repository }}
refThe branch or tag ref that we should check for a status. Default of {github.head_ref}no${{ github.head_ref }}
github-tokenGithub token to the repository so we can work with the github api. Typically GITHUB_TOKENyes
timeoutHow long (in seconds) should we continue checking for the new environment?no300
delay-in-secondsThe delay in seconds between each check.no10
namedescription
target_urlTarget URL as returned by the Platform.sh integration