Skip to content

feat: add NextImageLightbox component #37

feat: add NextImageLightbox component

feat: add NextImageLightbox component #37

Workflow file for this run

name: Git Sync
on:
push:
branches:
- main
workflow_dispatch:
jobs:
git-sync:
if: ${{ github.repository == 'ppdbultimate/design-system-moon' }}
runs-on: ubuntu-latest
steps:
- name: 馃洃 Cancel Previous Runs
uses: styfle/cancel-workflow-action@0.9.1
- name: 馃敆 Synchronize Repository
uses: wei/git-sync@v3
with:
source_repo: 'https://theodorusclarence:${{ secrets.PAT }}@github.com/ppdbultimate/design-system-moon.git'
source_branch: 'main'
destination_repo: 'https://theodorusclarence:${{ secrets.PAT }}@github.com/theodorusclarence/aether-design-system.git'
destination_branch: 'main'