We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f20a2f2 commit 832cde2Copy full SHA for 832cde2
.github/workflows/autoTestPR.yml
@@ -38,7 +38,7 @@ jobs:
38
run: |
39
curl -u github-actions:${{ secrets.GITHUB_TOKEN }} -d '{ "body": "The specified test cannot be excluded. Action run: https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}" }' -X POST ${{ github.event.issue.comments_url }}
40
- name: Create Pull Request
41
- uses: peter-evans/create-pull-request@5b4a9f6a9e2af26e5f02351490b90d01eb8ec1e5 # v5.0.0
+ uses: peter-evans/create-pull-request@284f54f989303d2699d373481a0cfa13ad5a6666 # v5.0.1
42
with:
43
path: 'tests'
44
title: '${{ github.event.comment.body }}'
0 commit comments