Commit 305d000
committed
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.1 parent 8950bb7 commit 305d000
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| |||
0 commit comments