Skip to content

Commit

Permalink
Update build-push-next.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
danchitnis authored Nov 27, 2024
1 parent 13192d9 commit 7b30334
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions .github/workflows/build-push-next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,18 +93,10 @@ jobs:
git commit -m "Automated: Direct commit of changes" || echo "No changes to commit"

# Create Pull Request only if there are differences
- name: Create Pull Request
run: |
if [ $(git rev-list --count next..bot) -gt 0 ]; then
gh pr create \
--base next \
--head bot \
--title "Update from bot branch" \
--body "Automated pull request to merge changes from the bot branch to next."
else
echo "No changes to create PR for"
fi
# auto commit
- uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: Auto updates after tests



Expand Down

0 comments on commit 7b30334

Please # to comment.