See how a minor change to your commit message style can make a difference.
Tip
Have a look at git-conventional-commits , a CLI util to ensure these conventions, determine version and generate changelogs
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.
Tip
Have a look at git-conventional-commits , a CLI util to ensure these conventions, determine version and generate changelogs