Skip to content

Commit

Permalink
Updating actions (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
Defilan authored Apr 15, 2024
1 parent 374804e commit 6a9112d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/shell_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Lint
uses: azohra/shell-linter@latest
with:
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,11 @@ Please choose a configuration:
1) Lightweight (Essentials only)
2) Developer/Engineering Config
3) Productivity/Full Config
4) Quit
Enter the number of your choice:
```

### Enter your git config information
### Enter your git config information if missing
```bash
Enter your git username: Your name
Enter your git email: Your email address
Expand Down

0 comments on commit 6a9112d

Please sign in to comment.