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 fe2193d commit 531771e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/auto-cl-update-atd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,6 @@ jobs:
git diff-index --quiet HEAD || git commit -m "Auto cl update"
continue-on-error: true

- name: Merge changes with ours strategy
if: steps.commit-changes.outcome == 'success'
run: |
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'
env:
Expand Down

0 comments on commit 531771e

Please sign in to comment.