We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a90cb73 commit ff78274Copy full SHA for ff78274
.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@dd2324fc52d5d43c699a5636bcf19fceaa70c284 # v7.0.7
+ uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7.0.8
45
with:
46
path: 'tests'
47
title: '${{ github.event.comment.body }}'
0 commit comments