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 beb0f22 commit b26eea6
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/auto-cl-update-atd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,7 @@ jobs:
- name: Pull latest changes for update-changelog branch
run: |
git fetch origin
if git show-ref --verify --quiet refs/remotes/origin/update-changelog; then
git checkout update-changelog
git pull origin update-changelog --rebase
else
git checkout -b update-changelog
fi
git checkout -b update-changelog || git checkout update-changelog
- name: Setup Python
uses: actions/setup-python@v3
Expand Down

0 comments on commit b26eea6

Please sign in to comment.