We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8fa0f6 commit b78899dCopy full SHA for b78899d
1 file changed
.github/workflows/pinact_update.yml
@@ -48,12 +48,12 @@ jobs:
48
echo "pinact exit code: ${exit_code}"
49
50
- name: Create PR (if changes)
51
- uses: peter-evans/create-pull-request@v6
+ uses: peter-evans/create-pull-request@v8.1.1
52
with:
53
token: ${{ secrets.PINACT_GITHUB_TOKEN }}
54
- commit-message: "chore(pinact): pin GitHub Actions"
55
- title: "chore(pinact): pin GitHub Actions"
+ commit-message: "chore(pinact): pin/update GitHub Actions"
+ title: "chore(pinact): pin/update GitHub Actions"
56
body: |
57
Automated update by pinact.
58
- branch: "dl/pinact_action"
+ branch: "ci/pinact_action"
59
delete-branch: true
0 commit comments