dagger / dagger-for-github

GitHub Action for Dagger
https://github.com/marketplace/actions/dagger-for-github
Apache License 2.0
120 stars 25 forks source link

🐞 Doesn't print Dagger Cloud URL in GitHub Actions output #99

Closed jpadams closed 7 months ago

jpadams commented 7 months ago

What is the issue?

Sends run to Dagger Cloud when secret DAGGER_CLOUD_TOKEN is provided, but doesn't print the Dagger Cloud url in the GitHub Actions output. https://dagger.cloud/runs/b71383bb-a0f8-41af-b0d0-b553bd2f0ff1

Log output

No response

Steps to reproduce

No response

SDK version

Zenith, Dagger Call

OS version

From GH Actions

jpadams commented 7 months ago

Seems to be the -s flag to dagger cli

jpadams commented 7 months ago

@d3rp3tt3 not sure if I've got this 100% correct, but seems like even in silent mode, we might want the Dagger Cloud url to break through if a DAGGER_CLOUD_TOKEN is present. Then you can leave the TUI/CLI silent and get the details in the GUI.