message no. 176851
Posted by altendky in #github at 2020-02-04T01:23:27Z
          i would like to set an environment variable differently in github actions based on a condition such as `github.event_name == 'pull_request'`.  i've looked for something like a ternary expression or function but haven't found one yet.  how could i achieve this?  thanks