Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: only run Asana jobs if the secrets are present
This avoids failures when running on PRs from forks. We do it in this convoluted way because you can't access secrets directly from `if` blocks: actions/runner#520 The key differences between this and #14 are: - typo: should be `outputs` in the `if` blocks - more explicity check for the secrets in a Bash script, so we can see the output - use `yes` instead of `true` as the value to more clearly distinguish the value from a true boolean
- Loading branch information