mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-06 17:16:43 +02:00
chore: Fix PR action in e2e-timings
This commit is contained in:
17
.github/workflows/e2e-timings.yml
vendored
17
.github/workflows/e2e-timings.yml
vendored
@@ -44,16 +44,13 @@ jobs:
|
|||||||
SPLIT: 1
|
SPLIT: 1
|
||||||
SPLIT_INDEX: 0
|
SPLIT_INDEX: 0
|
||||||
SPLIT_FILE: 'cypress/timings.json'
|
SPLIT_FILE: 'cypress/timings.json'
|
||||||
- name: Commit changes
|
- name: Commit and create pull request
|
||||||
uses: EndBug/add-and-commit@a94899bca583c204427a224a7af87c02f9b325d5 # v9.1.4
|
uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e
|
||||||
with:
|
|
||||||
add: 'cypress/timings.json'
|
|
||||||
author_name: 'github-actions[bot]'
|
|
||||||
author_email: '41898282+github-actions[bot]@users.noreply.github.com'
|
|
||||||
message: 'chore: update E2E timings'
|
|
||||||
new_branch: update-timings
|
|
||||||
- name: Create Pull Request
|
|
||||||
uses: peter-evans/create-pull-request@v5
|
|
||||||
with:
|
with:
|
||||||
|
add-paths: |
|
||||||
|
cypress/timings.json
|
||||||
|
commit-message: 'chore: update E2E timings'
|
||||||
branch: update-timings
|
branch: update-timings
|
||||||
title: Update E2E Timings
|
title: Update E2E Timings
|
||||||
|
delete-branch: true
|
||||||
|
sign-commits: true
|
||||||
|
Reference in New Issue
Block a user