We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Getting this error in my workflow
This is the action's setup
runs-on: ubuntu-latest container: image: node:18 steps: - name: Set timezone uses: szenius/[email protected] with: timezoneLinux: 'Europe/Amsterdam'
/usr/bin/docker exec 9e5ecfe8eec4dde51ee9ed4172859f4252023dbe70882e[6](https://github.com/LabelA/ai-studio-playground/actions/runs/6315022412/job/17146610428#step:12:7)d[7](https://github.com/LabelA/ai-studio-playground/actions/runs/6315022412/job/17146610428#step:12:8)d5b84d62fcc28b2 sh -c "cat /etc/*release | grep ^ID" node:internal/errors:478 ErrorCaptureStackTrace(err); ^ Error: spawn sudo ENOENT at Process.ChildProcess._handle.onexit (node:internal/child_process:2[8](https://github.com/LabelA/ai-studio-playground/actions/runs/6315022412/job/17146610428#step:12:9)5:1[9](https://github.com/LabelA/ai-studio-playground/actions/runs/6315022412/job/17146610428#step:12:10)) at onErrorNT (node:internal/child_process:485:16) at processTicksAndRejections (node:internal/process/task_queues:83:21) { errno: -2, code: 'ENOENT', syscall: 'spawn sudo', path: 'sudo', spawnargs: [ 'timedatectl', 'set-timezone', 'Europe/Amsterdam' ]```
The text was updated successfully, but these errors were encountered:
I'm having the same issue
Sorry, something went wrong.
Having the same issue.
I'm using almalinux:8 image, which is a derivative of RHEL.
No branches or pull requests
Getting this error in my workflow
This is the action's setup
The text was updated successfully, but these errors were encountered: