Skip to content

Commit

Permalink
updating main ref on the aep pr summary
Browse files Browse the repository at this point in the history
  • Loading branch information
ConnorOKane-Kainos committed Aug 13, 2024
1 parent 72a6484 commit 34ca11b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-summary.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: CI PR Summary Pipeline
on:
pull_request:
branches:
- master
- main
workflow_dispatch:

jobs:
Expand All @@ -21,7 +21,7 @@ jobs:

- name: Create a diff file
run: |
git diff origin/master...remotes/origin/${{ github.head_ref }} > ${{ env.working_directory }}diff.txt && cat ${{ env.working_directory }}diff.txt
git diff origin/main...remotes/origin/${{ github.head_ref }} > ${{ env.working_directory }}diff.txt && cat ${{ env.working_directory }}diff.txt
- name: Generate a response
run: |
Expand Down

0 comments on commit 34ca11b

Please sign in to comment.