Teamwork / github-sync

This action helps you to sync your PRs with tasks in Teamwork to streamline team collaboration and your development workflows.
https://developer.teamwork.com
MIT License
64 stars 26 forks source link

Fix: Unbound variable causing script to fail #50

Closed rafaeljusto closed 2 years ago

rafaeljusto commented 2 years ago

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.

aetheon commented 2 years ago

tks @rafaeljusto only partially tested locally