Skip to content

Commit a7b8bbd

Browse files
committed
fix doco example to use main branch
1 parent d1ee788 commit a7b8bbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
The snippet below shows how to use a specific version of Nancy (rather than the latest)
5858
```yaml
5959
- name: Scan with specific Nancy version
60-
uses: sonatype-nexus-community/nancy-github-action@use_latest_nancy
60+
uses: sonatype-nexus-community/nancy-github-action@main
6161
with:
6262
nancyVersion: "v1.0.6"
6363
```

0 commit comments

Comments
 (0)