Skip to content

Commit c9fc2a5

Browse files
Re:Re:Re: Apply suggestions from code review
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent fd8797b commit c9fc2a5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ This action depends on:
2626

2727
## Usage
2828

29-
Add the following to your GitHub Actions workflow (most inputs are optional):
29+
Add the following step to your workflow (most inputs are optional):
3030

3131
```yaml
3232
- name: Run ShellCheck Analysis
@@ -44,8 +44,8 @@ Add the following to your GitHub Actions workflow (most inputs are optional):
4444

4545
# Optional: Specify shell dialect (bash, sh, dash, ksh, busybox)
4646
shell-format: 'bash'
47-
48-
# Required input: enable to upload scan results as artifacts
47+
48+
# Optional: Set to true to upload scan results as artifacts
4949
publish-artifacts: true
5050
```
5151
@@ -101,7 +101,7 @@ jobs:
101101
shellcheck:
102102
permissions:
103103
contents: read # for actions/checkout to fetch code
104-
pull-requests: read # to get PR metadata
104+
pull_requests: read # to get PR metadata
105105
security-events: write # for github/codeql-action/upload-sarif to upload SARIF results
106106
107107
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)