Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: Unbound variable causing script to fail
When the environment variable `IGNORE_PROJECT_IDS` is not provided the GithubAction is failing with the error: ``` /src/main.sh: line 49: IGNORE_PROJECT_IDS: unbound variable ``` Setting a default empty value should solve the issue.
- Loading branch information