Skip to content

Commit

Permalink
chore: add sync dev firefox action
Browse files Browse the repository at this point in the history
  • Loading branch information
hakadao committed Jan 7, 2024
1 parent 213556b commit bbd83fd
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/sync-dev-firefox.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: Sync Back to Dev Firefox
on:
push:
branches:
- dev

jobs:
sync-branches:
runs-on: ubuntu-latest
name: Syncing branches
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Set up Node
uses: actions/setup-node@v1
with:
node-version: 12
- name: Opening pull request
id: pull
uses: tretuna/[email protected]
with:
GITHUB_TOKEN: ${{secrets.SYNC_TOKEN}}
FROM_BRANCH: dev
TO_BRANCH: dev-firefox

0 comments on commit bbd83fd

Please sign in to comment.