Links

Tasks can output links which will render in the UI above the logs.

This feature is useful for any URLs that you want people to easily find and navigate to. Some examples: links to review app deployments, externally hosted code coverage reports, or externally hosted artifacts.

To produce a link, write to the $RWX_LINKS directory. The name of the file will be used for the text of the link, and the contents of the file should contain the URL.

tasks:
  - key: example-link
    run: |
      echo "https://x.com/rwx_cloud" | tee "$RWX_LINKS/rwx_cloud on X"

UI Screenshot

And here's how it looks in the UI:

RWX links in the UI