duckduckgo / sync_crypto

Apache License 2.0
4 stars 2 forks source link

Output to console if not on CI #13

Closed loremattei closed 1 year ago

loremattei commented 1 year ago

When running the script locally, it fails because the GITHUB_OUTPUT file is not available. This PR makes the script output to the console when not running on CI.

loremattei commented 1 year ago

@jpbochi would you mind taking a look? I think another option would be to provide a local file path when not on CI and let the script write the output there... but I'm not sure if it would be useful, so I kept things easy.