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 GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Feb 8, 2022
- License
- None
Pinned Snippet
uses: gilzow/retrieve-psh-prenv-url@ec47554ba26a96222c75411a8db4d94785b0e546 # no releases — HEAD as of 2026-07-11tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| repository | Owner/namespace of the target repository. Default of {github.repository} | no | ${{ github.repository }} |
| ref | The branch or tag ref that we should check for a status. Default of {github.head_ref} | no | ${{ github.head_ref }} |
| github-token | Github token to the repository so we can work with the github api. Typically GITHUB_TOKEN | yes | — |
| timeout | How long (in seconds) should we continue checking for the new environment? | no | 300 |
| delay-in-seconds | The delay in seconds between each check. | no | 10 |
Outputs
| name | description |
|---|---|
| target_url | Target URL as returned by the Platform.sh integration |