Skip to content

Commit

Permalink
Update pull-upstream.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ponchale authored Oct 23, 2023
1 parent bf0d227 commit 9906854
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/pull-upstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/.

# Please write our copyright if you use this file.
# © 2023 Floorp Projects & Contributors
# © 2023 Midori Projects & Contributors

name: "(U) 🧰 Pull upstream"

Expand Down Expand Up @@ -43,16 +43,16 @@ jobs:
git rev-list --count origin/bookmarks/esr115
git checkout -b upstream-esr115-${DATE_STR} origin/bookmarks/esr115
- name: Fetch Floorp 📥
- name: Fetch Midori 📥
run: |
cd mozilla-unified
git remote add floorp https://${GITHUB_ACTOR}:${{ github.token }}@github.com/${{ github.repository }}
git fetch floorp
git remote add midori https://${GITHUB_ACTOR}:${{ github.token }}@github.com/${{ github.repository }}
git fetch midori
- name: Push 🎁
run: |
cd mozilla-unified
git push floorp upstream-esr115-${DATE_STR}
git push midori upstream-esr115-${DATE_STR}
- name: Create Pull Request
run: |
Expand Down

0 comments on commit 9906854

Please sign in to comment.