Skip to content
This repository was archived by the owner on Apr 23, 2024. It is now read-only.

Remove Node 12 deprecation warnings #11

Merged
merged 1 commit into from
Dec 6, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions .github/workflows/sync_sites_branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,17 @@ on:
push:
branches:
- main

jobs:
sync-branches:
runs-on: ubuntu-latest
name: Syncing branches
steps:
- name: Checkout
uses: actions/checkout@v2
- uses: mtanzi/action-automerge@v1
uses: actions/checkout@v3
- uses: devmasx/merge-branch@v1.4.0
with:
source: "${{ github.event.repository.default_branch }}"
target: "storybook-site"
type: now
from_branch: ${{ github.event.repository.default_branch }}
target_branch: storybook-site
github_token: ${{ secrets.GITHUB_TOKEN }}