platformsh/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
- Activelast commit May 4, 2026
- License
- None
Pinned Snippet
uses: platformsh/gha-retrieve-psh-prenv-url@6e4f95f9f3962727578ce95ad9288985338714c9 # 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 |
| delay-start | Delay the start of testing for X seconds after the PR environment is available. | no | "" |
Outputs
| name | description |
|---|---|
| target_url | Target URL as returned by the Platform.sh integration |