Skip to content

Commit

Permalink
Update merger.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
roman-dvorak authored Aug 3, 2024
1 parent 5b26b34 commit f497790
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/merger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ jobs:
- name: Create tf/main branch from upstream/main
run: |
git checkout upstream/main
git checkout -b tf/main
git checkout -b tf/build/main
- name: Merge tf/sht4x into tf/main
- name: Merge tf/SHT4x into tf/main
run: |
git merge tf/sht4x
git merge tf/SHT4x
- name: Merge tf/s35770 into tf/main
run: |
Expand Down

0 comments on commit f497790

Please sign in to comment.