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 20, 2024
1 parent ef47955 commit 13192d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-push-next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
- name: Stage and commit any changes
run: |
git add .
git diff --staged --quiet || git commit -m "Automated: Stage uncommitted changes"
git commit -m "Automated: Direct commit of changes" || echo "No changes to commit"

# Create Pull Request only if there are differences
Expand Down

0 comments on commit 13192d9

Please sign in to comment.