We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f75c14b commit d2ed397Copy full SHA for d2ed397
.github/workflows/auto-readme.yml
@@ -54,7 +54,7 @@ jobs:
54
- name: Create Pull Request
55
# This action will not create or change a pull request if there are no changes to make.
56
# If a PR of the auto-update/readme branch is open, this action will just update it, not create a new PR.
57
- uses: cloudposse/actions/github/create-pull-request@0.31.0
+ uses: cloudposse/actions/github/create-pull-request@0.33.0
58
with:
59
token: ${{ secrets.PUBLIC_REPO_ACCESS_TOKEN }}
60
commit-message: Update README.md and docs
0 commit comments