We are using GitHub actions to call dagger but the dagger cloud URL link can be hard to find in long GitHub logs. Is there a way to get the dagger cloud URL to send to somewhere like GITHUB_STEP_SUMMARY (https://docs.github.com/en/actions/reference/workflows-and-actions/workflow-commands#adding-a-job-summary) ?
#Is it possible to send the dagger cloud URL to GITHUB_STEP_SUMMARY in a GitHub workflow?
1 messages · Page 1 of 1 (latest)
are you using the dagger-for-github action? if so, i've opened a pr to do that in https://github.com/dagger/dagger-for-github/pull/184
if not, you can use the technique from there!
and just borrow it directly
✅. Thx for taking care Justin ❤️
wow this is fantastic, thanks @hearty crane