Skip to content

Commit

Permalink
chore: added git merge strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
gentlementlegen committed Jul 7, 2024
1 parent 7612e2b commit 0e39a1a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/compute.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
run: |
git config --global user.name 'github-actions[bot]'
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
git config --global pull.rebase false
git add database/sql.db
if [ -n "$(git diff-index --cached --name-only HEAD)" ]; then
git commit -m "chore: [skip ci] updated database" || echo "Lint-staged check failed"
Expand Down

0 comments on commit 0e39a1a

Please sign in to comment.