You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Heya,
About 1-2 weeks ago, for just one of our actions, actions/checkout started failing with this error:
/usr/bin/docker exec 23323b6854a80420624e41031cc74510894cec3bf0f4090a06aba78ccafd2cbe sh -c "cat /etc/*release | grep ^ID"
Error relocating /__e/node20_alpine/bin/node: secure_getenv: symbol not found
You can see the error here and config for this action here.
I don't really understand why our other actions (e.g)with the same step and version, actions/[email protected], don't fail.
I guess it's got something to do with switching to new version of Node. It also looks similar to #1809
The text was updated successfully, but these errors were encountered:
Heya,
About 1-2 weeks ago, for just one of our actions,
actions/checkout
started failing with this error:You can see the error here and config for this action here.
I don't really understand why our other actions (e.g)with the same step and version,
actions/[email protected]
, don't fail.I guess it's got something to do with switching to new version of Node. It also looks similar to #1809
The text was updated successfully, but these errors were encountered: