since update to mac os montery this workflow is not working bcz. macos has removed php. I've installed php but still it does not work
[11:51:43.336] Logging Started...
[11:51:44.625] GitHub Stars[Script Filter] Queuing argument ''
[11:51:44.692] GitHub Stars[Script Filter] Script with argv '(null)' finished
[11:51:44.693] ERROR: GitHub Stars[Script Filter] Code 127: /bin/bash: php: command not found
my os:
bash-3.2$ which php
/usr/local/bin/php
I've also changed the script from php -f app.php ... to /usr/local/bin/php -f app.php but still it didnt worked
since update to mac os montery this workflow is not working bcz. macos has removed php. I've installed php but still it does not work
[11:51:43.336] Logging Started...
[11:51:44.625] GitHub Stars[Script Filter] Queuing argument ''
[11:51:44.692] GitHub Stars[Script Filter] Script with argv '(null)' finished
[11:51:44.693] ERROR: GitHub Stars[Script Filter] Code 127: /bin/bash: php: command not found
my os:
bash-3.2$ which php
/usr/local/bin/php
I've also changed the script from
php -f app.php ...to/usr/local/bin/php -f app.phpbut still it didnt worked