Skip to content

Commit

Permalink
Update release_merge_to_production.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sudhacheran authored May 31, 2024
1 parent 6643295 commit 6a1312b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release_merge_to_production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
uses: vsoch/pull-request-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: "master"
BRANCH: "main"
PULL_REQUEST_BRANCH: "production"
PULL_REQUEST_FROM_BRANCH: "master"
PULL_REQUEST_FROM_BRANCH: "main"
PULL_REQUEST_REVIEWERS: sudhacheran
with:
title: "${{ env.PULL_REQUEST_TITLE }}"
Expand Down

0 comments on commit 6a1312b

Please sign in to comment.