shimataro / ssh-key-action

GitHub Action that installs SSH key to .ssh
https://github.com/marketplace/actions/install-ssh-key
MIT License
575 stars 86 forks source link

OCI runtime exec failed #196

Open Syntax3rror404 opened 2 years ago

Syntax3rror404 commented 2 years ago

Hi, i get an error by executing your action

Run shimataro/ssh-key-action@v1
/usr/bin/docker exec  f95957ffde037ecbb3303b15ac3db65e1d8d2718d7019101192d2ecc4cd2163b sh -c "cat /etc/*release | grep ^ID"
OCI runtime exec failed: exec failed: container_linux.go:380: starting container process caused: exec: "/__e/node12_alpine/bin/node": stat /__e/node12_alpine/bin/node: no such file or directory: unknown
till commented 2 years ago

You need to install nodejs in your container.