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
$ act ... [Tests-Shell/Test-Provision] ⭐ Run actions/checkout@v2 [Tests-Shell/Test-Provision] ✅ Success - actions/checkout@v2 [Tests-Shell/Test-Provision] ⭐ Run Runs provisioning script | /github/workflow/1: line 2: sudo: command not found [Tests-Shell/Test-Provision] ❌ Failure - Runs provisioning script
It seems sudo is available by default in at GitHub Actions (using ubuntu-latest).
sudo
ubuntu-latest
The text was updated successfully, but these errors were encountered:
without sudo, a command I require fails:
sudo /etc/init.d/mysql start
Sorry, something went wrong.
Related to #107, perhaps only the full docker image is required.
Issue is stale and will be closed in 7 days unless there is new activity
No branches or pull requests
It seems
sudo
is available by default in at GitHub Actions (usingubuntu-latest
).The text was updated successfully, but these errors were encountered: