Skip to content

Commit

Permalink
Update auto-cl-update-atd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
themanyfaceddemon authored Jun 27, 2024
1 parent 2576712 commit 235efa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-cl-update-atd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
run: |
git fetch origin
git checkout -B update-changelog origin/update-changelog || git checkout -b update-changelog
git merge origin/update-changelog || echo "No changes to merge"
git merge -X ours origin/update-changelog || echo "No changes to merge"
- name: Push changes to a new branch
if: steps.commit-changes.outcome == 'success'
Expand Down

0 comments on commit 235efa1

Please sign in to comment.