mbien edited a comment on pull request #3785: URL: https://github.com/apache/netbeans/pull/3785#issuecomment-1072664300
> https://docs.github.com/en/actions/learn-github-actions/environment-variables#about-environment-variables > > > By default, Linux runners use the bash shell, so you must use the syntax $NAME. If the workflow specified a Windows runner, you would use the syntax for PowerShell, $env:NAME. oh boy. I feared it would be something like that. This will complicate matrix jobs. Thanks for the info. I hope we don't have to declare everything twice as suggested here: https://docs.github.com/en/actions/learn-github-actions/environment-variables#detecting-the-operating-system -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
