Remix.run Logo
fmbb an hour ago

It’s find for actions and workflows as long as you do no interpolation and logic.

Better move as much of that as possible into your own scripts. And your scripts can be portable between forges, and even run locally!

NewJazz an hour ago | parent | next [-]

Assigning an env var to an empty variable (env: { myvar: ${{unsetfoo}} }) should trigger an error, not silently pass an empty string.

ezfe an hour ago | parent [-]

What does that have to do with YAML?

RHSeeger 44 minutes ago | parent | prev | next [-]

The YAML spec/parse _itself_ does interpolation and logic - incorrectly in some cases. YAML is pretty much never the right solution.

formerly_proven 31 minutes ago | parent | prev [-]

> It’s find for actions and workflows as long as you do no interpolation and logic.

How do you specify actions and workflows without interpolation and logic kind sir?