You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* test for GITHUB_OUTPUT
When running locally, the environment variables set by GH actions aren't set. Check for their existence before writing to them.
* Add checks around all GITUB_OUTPUT
Check for the existence of the environment so our scripts don't fail when run locally.
* remove testing code.
* simplify
* fix syntax error
* respond to feedback
Because we're using `set -e`, we don't need to check the most recent error code before determining that it completed successfully.
* remove duplicate line
0 commit comments