We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 378502c + 94e3f37 commit 41bc0aaCopy full SHA for 41bc0aa
.github/workflows/pr-testing.yml
@@ -116,7 +116,7 @@ jobs:
116
retention-days: 1 # quite low retention, because the artifacts are quite large
117
overwrite: true # overwrite old artifacts if a PR runs again (artifacts are per PR * per project)
118
- name: Find existing comment
119
- uses: peter-evans/find-comment@v3
+ uses: peter-evans/find-comment@v4
120
# Check if the event is not triggered by a fork
121
# https://github.com/peter-evans/create-pull-request/blob/main/docs/concepts-guidelines.md#restrictions-on-repository-forks
122
if: github.event.pull_request.head.repo.full_name == github.repository
0 commit comments