Skip to content

Commit

Permalink
Revert "chore: Update integration-test.yml (#5946)"
Browse files Browse the repository at this point in the history
This reverts commit ff826ac.
  • Loading branch information
Jason3S committed Jul 21, 2024
1 parent 504a58a commit 8ae40b1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -292,14 +292,14 @@ jobs:
with:
message: ${{ steps.report.outputs.report }}

- name: Create Pull Request
- name: Create PR
if: github.ref_name == 'main'
uses: peter-evans/create-pull-request@v6.1.0
uses: streetsidesoftware/actions/.github/actions/pr@v1
with:
commit-message: 'ci: ${{ steps.pr-body.outputs.title }}'
commit-message: 'chore: ${{ steps.pr-body.outputs.title }}'
branch: update-perf-main
base: main
title: 'ci: ${{ steps.pr-body.outputs.title }}'
title: 'chore: ${{ steps.pr-body.outputs.title }}'
body: ${{ steps.pr-body.outputs.body }}
token: secrets.GITHUB_TOKEN
delete-branch: true
app_id: ${{ secrets.AUTOMATION_APP_ID }}
app_private_key: ${{ secrets.AUTOMATION_PRIVATE_KEY }}

0 comments on commit 8ae40b1

Please sign in to comment.