docs: Add information about Cosmetic Changes

This commit is contained in:
V7 2022-02-01 09:57:47 +05:30 committed by Cole Helbling
parent e8bb9f761a
commit 8c2dfef874
1 changed files with 5 additions and 0 deletions

View File

@ -28,6 +28,11 @@ jobs:
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }} access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
- name: Update flake.lock - name: Update flake.lock
uses: DeterminateSystems/update-flake-lock@vX uses: DeterminateSystems/update-flake-lock@vX
with:
pr-title: "Update flake.lock" # Title of PR to be created
pr-labels: | # Labels to be set on the PR
dependencies
automated
``` ```
## Example updating specific input(s) ## Example updating specific input(s)