We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ba4c7f commit c3c4e86Copy full SHA for c3c4e86
.github/workflows/autoTestPR.yml
@@ -41,7 +41,7 @@ jobs:
41
run: |
42
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 }}
43
- name: Create Pull Request
44
- uses: peter-evans/create-pull-request@70a41aba780001da0a30141984ae2a0c95d8704e # v6.0.2
+ uses: peter-evans/create-pull-request@c55203cfde3e5c11a452d352b4393e68b85b4533 # v6.0.3
45
with:
46
path: 'tests'
47
title: '${{ github.event.comment.body }}'
0 commit comments