See how a minor change to your commit message style can make a difference.
git commit -m"<type>(<optional scope>): <description>" \ -m"<optional body>" \ -m"<optional footer>"
| name: update all submodules | |
| on: workflow_dispatch | |
| jobs: | |
| build: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v2 | |
| with: | |
| persist-credentials: false | |
| fetch-depth: 0 |
| sudo nano /etc/default/grub | |
| # Add these inside GRUB_CMDLINE_LINUX_DEFAULT: | |
| acpi_osi=! acpi_osi='Windows 2009' quiet splash | |
| # Run this command and reboot: | |
| sudo update-grub | |
| Now when you come back from suspend you can use hardware keys to remove the airplane mode (Fn + f10). |
See how a minor change to your commit message style can make a difference.
git commit -m"<type>(<optional scope>): <description>" \ -m"<optional body>" \ -m"<optional footer>"