Skip to content

Commit

Permalink
chore(actions): update git config for forks
Browse files Browse the repository at this point in the history
  • Loading branch information
valpinkman committed Mar 28, 2024
1 parent 215c348 commit 1c35057
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ runs:
- name: Commit snapshots
if: steps.status.outputs.status != 0 || steps.status-windows.outputs.status != 0
run: |
git config --global branch.autoSetupMerge simple
git add ./apps/ledger-live-desktop/tests/specs &&
git commit -m "test(lld): update screenshots (${{ inputs.os }}) ${{ steps.changes.outputs.changes }} lld, test, screenshot" &&
git restore . &&
Expand Down

0 comments on commit 1c35057

Please sign in to comment.