-
Notifications
You must be signed in to change notification settings - Fork 16
Outputs
Cyril Rohr edited this page Feb 6, 2026
·
3 revisions
PullPreview writes the following action outputs:
-
url: preview environment URL -
host: public hostname/IP of preview server -
username: SSH username for preview server
Example:
- id: pullpreview
uses: pullpreview/action@v6
- name: Print preview URL
run: echo "Preview URL: ${{ steps.pullpreview.outputs.url }}"When proxy_tls is enabled, url is an HTTPS URL on port 443.