We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 437dc88 commit 36d9ee1Copy full SHA for 36d9ee1
.github/workflows/site.yml
@@ -88,7 +88,7 @@ jobs:
88
git add README.md
89
git commit -m "Update README.md" || echo "No changes to commit"
90
- name: Create Pull Request
91
- uses: peter-evans/[email protected].5
+ uses: peter-evans/[email protected].6
92
with:
93
body: |-
94
Autogenerated changes after running the `sbt docs/generateReadme` command of the [zio-sbt-website](https://zio.dev/zio-sbt) plugin.
0 commit comments