We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
--cloud-metadata
Thoughts on some help tags/examples for users.
for example; in with a GitHub actions example
cml runner ... \ --cloud-metadata="repo=${{ github.repository }}" --cloud-metadata="ActionsRun=https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}" ...
The text was updated successfully, but these errors were encountered:
From this, we should also document --cloud-metadata="Key with space=value with space" in https://cml.dev/doc/ref/runner
--cloud-metadata="Key with space=value with space"
Sorry, something went wrong.
No branches or pull requests
Thoughts on some help tags/examples for users.
for example; in with a GitHub actions example
The text was updated successfully, but these errors were encountered: