We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dd0a2d commit 6d622e3Copy full SHA for 6d622e3
README.md
@@ -51,7 +51,7 @@ jobs:
51
echo 'Hello World' > hello-world.txt
52
git add hello-world.txt
53
- name: Commit
54
- uses: dsanders11/github-app-commit-action@main
+ uses: dsanders11/github-app-commit-action@v1
55
with:
56
message: 'feat: my changes'
57
token: ${{ steps.generate-token.outputs.token }}
0 commit comments