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 Apr 2, 2024
1 parent b1a0b16 commit d5dc647
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 d5dc647

Please sign in to comment.