Skip to content

Commit 1829a7c

Browse files
authored
docs: Get rid of hardcoded version number in README (#93)
* docs: Get rid of hardcoded version number in README * Split lines
1 parent b7a9a97 commit 1829a7c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@ jobs:
3232
main:
3333
runs-on: ubuntu-latest
3434
steps:
35-
- uses: amannn/[email protected]
35+
# Please look up the latest version from
36+
# https://github.com/amannn/action-semantic-pull-request/releases
37+
- uses: amannn/[email protected]
3638
env:
3739
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3840
```

0 commit comments

Comments
 (0)