Skip to content

Commit 6d622e3

Browse files
authored
docs: update example
1 parent 1dd0a2d commit 6d622e3

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
@@ -51,7 +51,7 @@ jobs:
5151
echo 'Hello World' > hello-world.txt
5252
git add hello-world.txt
5353
- name: Commit
54-
uses: dsanders11/github-app-commit-action@main
54+
uses: dsanders11/github-app-commit-action@v1
5555
with:
5656
message: 'feat: my changes'
5757
token: ${{ steps.generate-token.outputs.token }}

0 commit comments

Comments
 (0)