Skip to content

Commit

Permalink
test7
Browse files Browse the repository at this point in the history
  • Loading branch information
williambohrmann3 committed Sep 27, 2023
1 parent 06d2c22 commit a0b3b8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Open_PR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
DIFF=$(git diff --shortstat main..v.next) # Determine if we need to open a PR.
if [ -n "$DIFF" ]; then
git diff --quiet "v.next" | echo $?
if [ $? ]; then
PR_TITLE="Sync v.next with main"
gh pr create \
--title "$PR_TITLE" \
Expand Down

0 comments on commit a0b3b8a

Please sign in to comment.