Skip to content

Commit 9e4631c

Browse files
committed
Update README
1 parent 8325457 commit 9e4631c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,17 @@ action "Create Pull Request" {
3838
needs = "autopep8"
3939
uses = "peter-evans/create-pull-request@v1.0.0"
4040
secrets = ["GITHUB_TOKEN"]
41+
env = {
42+
PULL_REQUEST_BRANCH = "autopep8-patches"
43+
COMMIT_MESSAGE = "autopep8 action fixes"
44+
PULL_REQUEST_TITLE = "Fixes by autopep8 action"
45+
PULL_REQUEST_BODY = "This is an auto-generated PR with fixes by autopep8."
46+
}
4147
}
4248
```
4349

50+
The workflow in this repository created [this sample pull request](https://github.com/peter-evans/autopep8/pull/1).
51+
4452
## License
4553

4654
MIT License - see the [LICENSE](LICENSE) file for details

0 commit comments

Comments
 (0)